On Sunday 03 February 2008 11:09, Ruben Niederhagen wrote: > How do I enlarge this limit? The line > #<domain> <type> <item> <value> > * hard locks 1024 > in /etc/security/limits.conf (+reboot) didn't do the trick... > should be: * hard memlock 1024 * soft memlock 1024 You used "locks", which refers to file locks, not memory locks. - Jack