February 19, 20242 yr is --memory=1G not correct to limit memory usage by a docker? im getting this error: --memory=1G 'oznu/homebridge' WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
February 19, 20242 yr 10 hours ago, spl147 said: WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. That's a normal message with every installation.
February 19, 20242 yr 10 hours ago, spl147 said: is --memory=1G not correct to limit memory usage by a docker? Yes, with that you limit the memory to 1G and if the container exceeds that memory limitation it will kill apps inside the container because you are running into a OOM error in the container. 10 hours ago, spl147 said: WARNING: Your kernel does not support swap limit capabilities Unraid has no swap so this message is displayed and the essential part is: 10 hours ago, spl147 said: Memory limited without swap.
February 19, 20242 yr Community Expert That's just system info, it's not because it knows it's there that it can use it.
February 19, 20242 yr Author 10 minutes ago, Kilrah said: That's just system info, it's not because it knows it's there that it can use it. ok, thanks
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.