September 12, 20205 yr I have a debian 10 vm running on my unraid box and one app (within debian) complains that there's not enough lockable memory: Quote WARNING: You may not have a high enough lockable memory limit, see ulimit -l the output of ulimit -l is 64. Google tells me to change the "max locked memory" limit in /etc/security/limits.conf, but after doing this and rebooting it doesn't change. Is this a setting in the way I set up the VM on unraid, or is this just a debian setting?
September 14, 20205 yr You need to add the following to your /etc/security/limits.conf (in your debian VM): * soft memlock <number> * hard memlock <number> <number> can also be "unlimited", which is the default unraid setting. Edited September 14, 20205 yr by xanvincent
Archived
This topic is now archived and is closed to further replies.