Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jul 1999 04:48:28 -0700 (PDT)
From:      <n_hibma@FreeBSD.org>
To:        marcelk@bitpit.net, n_hibma@FreeBSD.org, freebsd-bugs@FreeBSD.org
Subject:   Re: kern/12792: Increase data size to 2GB
Message-ID:  <199907251148.EAA16311@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
Synopsis: Increase data size to 2GB

State-Changed-From-To: open->closed
State-Changed-By: n_hibma
State-Changed-When: Sun Jul 25 04:46:15 PDT 1999
State-Changed-Why: 
Pilot error. This is settable in LINT. The location you point to is
enclosed in ifndef-endif for that variable name. In LINT:

#
# 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)"

Hope this helps.[28~


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907251148.EAA16311>