diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-02-26 23:20:11 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-02-26 23:20:11 +0000 |
| commit | 1833488df9a182de042237808268e3fb3f388fdb (patch) | |
| tree | fe51986f78fa183c37ef5ba50efdce3856978c6b | |
| parent | 7e074419b40156422d1450ac0b778309ea835923 (diff) | |
Notes
| -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 154b0fb5fd4cf..2f73ea92a6932 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: |
