mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
Add a comment that a user with many open windows under X might need to
bump CHILD_MAX. Closes PR # conf/708: CHILD_MAX set rather low... Submitted by: careilly@monoid.cs.tcd.ie
This commit is contained in:
parent
d273a5f24f
commit
0f700bfda2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=10353
@ -2,7 +2,7 @@
|
|||||||
# LINT -- config file for checking all the sources, tries to pull in
|
# LINT -- config file for checking all the sources, tries to pull in
|
||||||
# as much of the source tree as it can.
|
# as much of the source tree as it can.
|
||||||
#
|
#
|
||||||
# $Id: LINT,v 1.194 1995/08/18 11:26:18 jkh Exp $
|
# $Id: LINT,v 1.195 1995/08/20 15:52:10 ats Exp $
|
||||||
#
|
#
|
||||||
# NB: You probably don't want to try running a kernel built from this
|
# NB: You probably don't want to try running a kernel built from this
|
||||||
# file. Instead, you should start from GENERIC, and add options from
|
# file. Instead, you should start from GENERIC, and add options from
|
||||||
@ -37,7 +37,8 @@ maxusers 10
|
|||||||
# Under some circumstances it is necessary to make the default max
|
# Under some circumstances it is necessary to make the default max
|
||||||
# number of processes per user and open files per user more than the
|
# number of processes per user and open files per user more than the
|
||||||
# defaults on bootup. (an example is a large news server in which
|
# defaults on bootup. (an example is a large news server in which
|
||||||
# the uid, news, can sometimes need > 100 simultaneous processes running)
|
# the uid, news, can sometimes need > 100 simultaneous processes running,
|
||||||
|
# or perhaps a user using lots of windows under X).
|
||||||
options "CHILD_MAX=128"
|
options "CHILD_MAX=128"
|
||||||
options "OPEN_MAX=128"
|
options "OPEN_MAX=128"
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# LINT -- config file for checking all the sources, tries to pull in
|
# LINT -- config file for checking all the sources, tries to pull in
|
||||||
# as much of the source tree as it can.
|
# as much of the source tree as it can.
|
||||||
#
|
#
|
||||||
# $Id: LINT,v 1.194 1995/08/18 11:26:18 jkh Exp $
|
# $Id: LINT,v 1.195 1995/08/20 15:52:10 ats Exp $
|
||||||
#
|
#
|
||||||
# NB: You probably don't want to try running a kernel built from this
|
# NB: You probably don't want to try running a kernel built from this
|
||||||
# file. Instead, you should start from GENERIC, and add options from
|
# file. Instead, you should start from GENERIC, and add options from
|
||||||
@ -37,7 +37,8 @@ maxusers 10
|
|||||||
# Under some circumstances it is necessary to make the default max
|
# Under some circumstances it is necessary to make the default max
|
||||||
# number of processes per user and open files per user more than the
|
# number of processes per user and open files per user more than the
|
||||||
# defaults on bootup. (an example is a large news server in which
|
# defaults on bootup. (an example is a large news server in which
|
||||||
# the uid, news, can sometimes need > 100 simultaneous processes running)
|
# the uid, news, can sometimes need > 100 simultaneous processes running,
|
||||||
|
# or perhaps a user using lots of windows under X).
|
||||||
options "CHILD_MAX=128"
|
options "CHILD_MAX=128"
|
||||||
options "OPEN_MAX=128"
|
options "OPEN_MAX=128"
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# LINT -- config file for checking all the sources, tries to pull in
|
# LINT -- config file for checking all the sources, tries to pull in
|
||||||
# as much of the source tree as it can.
|
# as much of the source tree as it can.
|
||||||
#
|
#
|
||||||
# $Id: LINT,v 1.194 1995/08/18 11:26:18 jkh Exp $
|
# $Id: LINT,v 1.195 1995/08/20 15:52:10 ats Exp $
|
||||||
#
|
#
|
||||||
# NB: You probably don't want to try running a kernel built from this
|
# NB: You probably don't want to try running a kernel built from this
|
||||||
# file. Instead, you should start from GENERIC, and add options from
|
# file. Instead, you should start from GENERIC, and add options from
|
||||||
@ -37,7 +37,8 @@ maxusers 10
|
|||||||
# Under some circumstances it is necessary to make the default max
|
# Under some circumstances it is necessary to make the default max
|
||||||
# number of processes per user and open files per user more than the
|
# number of processes per user and open files per user more than the
|
||||||
# defaults on bootup. (an example is a large news server in which
|
# defaults on bootup. (an example is a large news server in which
|
||||||
# the uid, news, can sometimes need > 100 simultaneous processes running)
|
# the uid, news, can sometimes need > 100 simultaneous processes running,
|
||||||
|
# or perhaps a user using lots of windows under X).
|
||||||
options "CHILD_MAX=128"
|
options "CHILD_MAX=128"
|
||||||
options "OPEN_MAX=128"
|
options "OPEN_MAX=128"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user