svn commit: r246002 - head/etc

Neel Natu neel at FreeBSD.org
Sun Jan 27 21:55:02 UTC 2013


Author: neel
Date: Sun Jan 27 21:55:01 2013
New Revision: 246002
URL: http://svnweb.freebsd.org/changeset/base/246002

Log:
  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

Modified:
  head/etc/login.conf

Modified: head/etc/login.conf
==============================================================================
--- head/etc/login.conf	Sun Jan 27 20:28:14 2013	(r246001)
+++ head/etc/login.conf	Sun Jan 27 21:55:01 2013	(r246002)
@@ -59,7 +59,7 @@ xuser:\
 staff:\
 	:tc=default:
 daemon:\
-	:memorylocked=64M:\
+	:memorylocked=128M:\
 	:tc=default:
 news:\
 	:tc=default:


More information about the svn-src-all mailing list