Set commented out maxproc-cur and openfiles-cur default values to the actual
defaults from sys/sys/syslimits.h. Bump maxproc-max too to a typical value.
This commit is contained in:
parent
574c09729f
commit
25290a5966
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: login.conf,v 1.3 2008/11/19 18:07:19 cube Exp $
|
||||
# $NetBSD: login.conf,v 1.4 2012/06/14 09:28:02 sborrill Exp $
|
||||
|
||||
# Based on:
|
||||
# OpenBSD: login.conf,v 1.22 2005/08/12 18:48:20 millert Exp
|
||||
|
@ -17,9 +17,9 @@
|
|||
# :umask=022:\
|
||||
# :datasize-max=512M:\
|
||||
# :datasize-cur=512M:\
|
||||
# :maxproc-max=128:\
|
||||
# :maxproc-cur=64:\
|
||||
# :openfiles-cur=64:\
|
||||
# :maxproc-max=1024:\
|
||||
# :maxproc-cur=160:\
|
||||
# :openfiles-cur=128:\
|
||||
# :stacksize-cur=4M:
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue