diff options
author | neel <neel@FreeBSD.org> | 2013-01-27 21:55:01 +0000 |
---|---|---|
committer | neel <neel@FreeBSD.org> | 2013-01-27 21:55:01 +0000 |
commit | 15607eb86a5921dfebfd82136f84bd84626646d2 (patch) | |
tree | 0c0357a8d31fdeee68ee87df13b19ad518c65090 /etc/login.conf | |
parent | 616879d813b9d3b51f945a8cc99ef1b569914658 (diff) | |
download | FreeBSD-src-15607eb86a5921dfebfd82136f84bd84626646d2.zip FreeBSD-src-15607eb86a5921dfebfd82136f84bd84626646d2.tar.gz |
Increase the "memorylocked" limit for the "daemon" class.
amd(8) requires more than the 64MB that is currently available to it so bump
it up to 128MB.
Reviewed by: kib
Discussed with: avg, kib, zont
Diffstat (limited to 'etc/login.conf')
-rw-r--r-- | etc/login.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/login.conf b/etc/login.conf index 92826c4..67509f9 100644 --- a/etc/login.conf +++ b/etc/login.conf @@ -59,7 +59,7 @@ xuser:\ staff:\ :tc=default: daemon:\ - :memorylocked=64M:\ + :memorylocked=128M:\ :tc=default: news:\ :tc=default: |