summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-01-27 12:39:39 +0000
committerbde <bde@FreeBSD.org>1997-01-27 12:39:39 +0000
commit9fa6f97ca24d9db8ebdbc8985987028fca5bb16d (patch)
tree5a416cde9c4acf8139ca8eae319f800d69046def /sys
parent7062f0e1f9e5004d312ac0c8af701076b8f3b917 (diff)
downloadFreeBSD-src-9fa6f97ca24d9db8ebdbc8985987028fca5bb16d.zip
FreeBSD-src-9fa6f97ca24d9db8ebdbc8985987028fca5bb16d.tar.gz
Removed bogus options CHILD_MAX and OPEN_MAX.
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/NOTES13
-rw-r--r--sys/i386/conf/LINT13
-rw-r--r--sys/i386/conf/NOTES13
3 files changed, 0 insertions, 39 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 6d200c4..7ff032e 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -35,19 +35,6 @@ ident LINT
maxusers 10
#
-# Under some circumstances it is convenient to increase the defaults
-# for the maximum number of processes per user and the maximum number
-# of open files files per user. E.g., (1) in a large news server, user
-# `news' may need more than 100 concurrent processes. (2) a user may
-# need lots of windows under X. In both cases, it may be inconvenient
-# to start all the processes from a parent whose soft rlimit on the
-# number of processes is large enough. The following options work by
-# changing the soft rlimits for init.
-#
-options CHILD_MAX=128
-options OPEN_MAX=128
-
-#
# Certain applications can grow to be larger than the 128M limit
# that FreeBSD initially imposes. Below are some options to
# allow that limit to grow to 256MB, and can be increased further
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 6d200c4..7ff032e 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -35,19 +35,6 @@ ident LINT
maxusers 10
#
-# Under some circumstances it is convenient to increase the defaults
-# for the maximum number of processes per user and the maximum number
-# of open files files per user. E.g., (1) in a large news server, user
-# `news' may need more than 100 concurrent processes. (2) a user may
-# need lots of windows under X. In both cases, it may be inconvenient
-# to start all the processes from a parent whose soft rlimit on the
-# number of processes is large enough. The following options work by
-# changing the soft rlimits for init.
-#
-options CHILD_MAX=128
-options OPEN_MAX=128
-
-#
# Certain applications can grow to be larger than the 128M limit
# that FreeBSD initially imposes. Below are some options to
# allow that limit to grow to 256MB, and can be increased further
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 6d200c4..7ff032e 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -35,19 +35,6 @@ ident LINT
maxusers 10
#
-# Under some circumstances it is convenient to increase the defaults
-# for the maximum number of processes per user and the maximum number
-# of open files files per user. E.g., (1) in a large news server, user
-# `news' may need more than 100 concurrent processes. (2) a user may
-# need lots of windows under X. In both cases, it may be inconvenient
-# to start all the processes from a parent whose soft rlimit on the
-# number of processes is large enough. The following options work by
-# changing the soft rlimits for init.
-#
-options CHILD_MAX=128
-options OPEN_MAX=128
-
-#
# Certain applications can grow to be larger than the 128M limit
# that FreeBSD initially imposes. Below are some options to
# allow that limit to grow to 256MB, and can be increased further
OpenPOWER on IntegriCloud