Hello, in unraid docker, when i start the ps container it show this warning, i really want swap capabilities since i only have 32gb of ram in the server and only 8gb to ps.
WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
what should i do?
Is PhotoStructure’s memory consumption proving to be unbounded?
(Please don’t take this as me being flippant, but maybe this isn’t a thing you need to configure?)
FWIW there are internal periodic checks for memory consumption within sync and web: they will automatically restart if memory grows ”too much“ (there’s a setting to configure this).
“It’s okay, I’m really learning and doing it all by myself through trial and error, making a lot of mistakes. I have these parameters: --stop-timeout=120 --restart unless-stopped --memory=8gb
. The memory part is that I have a ZFS pool with 16GB of dedicated RAM (32gb total), and with all the containers running and processes working, I run out of memory, so I added the memory limit parameter.”