From 080bc24d48f57e2cda9443d10d9c37ec993e4415 Mon Sep 17 00:00:00 2001 From: ache Date: Wed, 26 Feb 1997 23:20:11 +0000 Subject: [PATCH] For root & daemon classes bump max openfiles to 1024 to really activate bumped select limit --- etc/login.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/login.conf b/etc/login.conf index 154b0fb5fd4c..2f73ea92a693 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: