diff options
author | ache <ache@FreeBSD.org> | 1997-02-26 23:20:11 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-02-26 23:20:11 +0000 |
commit | b092d6702ff5567f12ed3d5625760676bc621456 (patch) | |
tree | fe51986f78fa183c37ef5ba50efdce3856978c6b /etc | |
parent | 7502187cc92c2833a26cf137004915a72e31f53f (diff) | |
download | FreeBSD-src-b092d6702ff5567f12ed3d5625760676bc621456.zip FreeBSD-src-b092d6702ff5567f12ed3d5625760676bc621456.tar.gz |
For root & daemon classes bump max openfiles to 1024 to really activate
bumped select limit
Diffstat (limited to 'etc')
-rw-r--r-- | etc/login.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/login.conf b/etc/login.conf index 154b0fb..2f73ea9 100644 --- a/etc/login.conf +++ b/etc/login.conf @@ -9,7 +9,7 @@ # This file controls resource limits, accounting limits and # default user environment settings. # -# $Id$ +# $Id: login.conf,v 1.5 1997/02/23 09:20:41 peter Exp $ # @@ -118,7 +118,7 @@ root:\ :maxproc=infinity:\ :memoryuse-cur=32M:\ :maxproc-cur=64:\ - :openfiles-cur=256:\ + :openfiles-cur=1024:\ :priority=0:\ :requirehome@:\ :umask=022:\ @@ -137,7 +137,7 @@ daemon:\ :memoryuse-cur=64M:\ :memorylocked-cur=64M:\ :maxproc=32:\ - :openfiles=256:\ + :openfiles=1024:\ :tc=default: |