1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00

Document MAXDSIZ and DFLDSIZ. This is a 2.2 candidate change.

This commit is contained in:
John Dyson 1996-12-22 18:28:50 +00:00
parent 6d14e2a8e6
commit d43f0f0a78
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=20815
3 changed files with 42 additions and 3 deletions

View File

@ -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.298 1996/12/18 11:43:33 se Exp $
# $Id: LINT,v 1.299 1996/12/22 10:38:41 phk 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
@ -47,6 +47,19 @@ maxusers 10
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
# with changing the parameters. MAXDSIZ is the maximum that the
# limit can be set to, and the DFLDSIZ is the default value for
# the limit. You might want to set the default lower than the
# max, and explicitly set the maximum with a shell command for processes
# that regularly exceed the limit like INND.
#
options "MAXDSIZ='(256*1024*1024)'"
options "DFLDSIZ='(256*1024*1024)'"
#
# Under some circumstances it is useful to have an extra number of
# vnode data structures allocated at boot time. In particular,

View File

@ -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.298 1996/12/18 11:43:33 se Exp $
# $Id: LINT,v 1.299 1996/12/22 10:38:41 phk 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
@ -47,6 +47,19 @@ maxusers 10
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
# with changing the parameters. MAXDSIZ is the maximum that the
# limit can be set to, and the DFLDSIZ is the default value for
# the limit. You might want to set the default lower than the
# max, and explicitly set the maximum with a shell command for processes
# that regularly exceed the limit like INND.
#
options "MAXDSIZ='(256*1024*1024)'"
options "DFLDSIZ='(256*1024*1024)'"
#
# Under some circumstances it is useful to have an extra number of
# vnode data structures allocated at boot time. In particular,

View File

@ -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.298 1996/12/18 11:43:33 se Exp $
# $Id: LINT,v 1.299 1996/12/22 10:38:41 phk 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
@ -47,6 +47,19 @@ maxusers 10
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
# with changing the parameters. MAXDSIZ is the maximum that the
# limit can be set to, and the DFLDSIZ is the default value for
# the limit. You might want to set the default lower than the
# max, and explicitly set the maximum with a shell command for processes
# that regularly exceed the limit like INND.
#
options "MAXDSIZ='(256*1024*1024)'"
options "DFLDSIZ='(256*1024*1024)'"
#
# Under some circumstances it is useful to have an extra number of
# vnode data structures allocated at boot time. In particular,