Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jan 2013 21:55:02 +0000 (UTC)
From:      Neel Natu <neel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r246002 - head/etc
Message-ID:  <201301272155.r0RLt2cb000909@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301272155.r0RLt2cb000909>