mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2026-05-17 00:26:36 +03:00
This commit adds a warning message, if `-memory.allowedBytes` has value less than 1MB. It should help to debug possible issues, if there is a problem with app start-up due to low memory limit. For example, fastcache could panic at `-memory.allowedBytes=` Fixes https://github.com/VictoriaMetrics/VictoriaMetrics/issues/10935