Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Nov 1995 09:35:03 +0100 (MET)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        mrcpu@cdsnet.net (Jaye Mathisen)
Cc:        hackers@freebsd.org
Subject:   Re: Really easy stupid one.
Message-ID:  <199511210835.JAA17115@uriah.heep.sax.de>
In-Reply-To: <Pine.BSD/.3.91.951120134407.2433J-100000@schizo.cdsnet.net> from "Jaye Mathisen" at Nov 20, 95 01:48:22 pm

next in thread | previous in thread | raw e-mail | index | archive | help
As Jaye Mathisen wrote:
> 
> How to change maxdatasize?  I looked at sysctl, and didn't see anything.
> 
> I just want to bump the maximum process size.  LINT didn't have anything 
> obvious either.

The constants are in <machine/vmparam.h>.

Basically,

	options		"MAXDSIZ='(128UL*1024*1024)'"

would give you the equivalent of how it's defined there.  The macros
are protected by #ifdef's, so you can override them from config.
Make sure to recompile everything...

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



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