Created
July 23, 2012 10:02
-
-
Save narkisr/3162922 to your computer and use it in GitHub Desktop.
enabling ulimit memlock ubuntu 12.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # /etc/security/limits.conf | |
| ubuntu hard memlock 8388608 | |
| root hard memlock 8388608 | |
| # /etc/pam.d/common-session | |
| session required pam_limits.so | |
| Note this seems to be working altough ulimit -l still reports 64 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment