diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 1995-08-27 14:13:04 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 1995-08-27 14:13:04 +0000 |
| commit | 0f700bfda220987c326ffae313282067ffa26d4d (patch) | |
| tree | fa92135c349c9262bd4c7adbeb63cdc294684e5a | |
| parent | d273a5f24fd967937400b47767e58eeae6bb0065 (diff) | |
Notes
| -rw-r--r-- | sys/conf/NOTES | 5 | ||||
| -rw-r--r-- | sys/i386/conf/LINT | 5 | ||||
| -rw-r--r-- | sys/i386/conf/NOTES | 5 |
3 files changed, 9 insertions, 6 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 3c271374d5cc..9ec301b8dbd0 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # 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 # 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 # 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 -# 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 "OPEN_MAX=128" diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 3c271374d5cc..9ec301b8dbd0 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # 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 # 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 # 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 -# 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 "OPEN_MAX=128" diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 3c271374d5cc..9ec301b8dbd0 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # 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 # 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 # 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 -# 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 "OPEN_MAX=128" |
