From owner-freebsd-hackers Tue Nov 21 00:52:08 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA26420 for hackers-outgoing; Tue, 21 Nov 1995 00:52:08 -0800 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id AAA26367 for ; Tue, 21 Nov 1995 00:51:34 -0800 Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id JAA01036; Tue, 21 Nov 1995 09:51:28 +0100 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id JAA16213; Tue, 21 Nov 1995 09:51:27 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.6.12/8.6.9) id JAA17115; Tue, 21 Nov 1995 09:35:04 +0100 From: J Wunsch Message-Id: <199511210835.JAA17115@uriah.heep.sax.de> Subject: Re: Really easy stupid one. To: mrcpu@cdsnet.net (Jaye Mathisen) Date: Tue, 21 Nov 1995 09:35:03 +0100 (MET) Cc: hackers@freebsd.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: from "Jaye Mathisen" at Nov 20, 95 01:48:22 pm X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 629 Sender: owner-hackers@freebsd.org Precedence: bulk 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 . 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. ;-)