Date: Thu, 27 Jan 2005 19:23:53 -0800 (PST) From: Doug White <dwhite@gumbysoft.com> To: Erik Trulsson <ertr1013@student.uu.se> Cc: huang wen hui <huanghwh@yahoo.com> Subject: Re: f77 could not allloc memory large than 512M? Message-ID: <20050127192150.A68551@carver.gumbysoft.com> In-Reply-To: <20050127144411.GA28920@falcon.midgard.homeip.net> References: <20050127135825.39174.qmail@web51805.mail.yahoo.com> <20050127144411.GA28920@falcon.midgard.homeip.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 27 Jan 2005, Erik Trulsson wrote: > You are probably running into the default limits for how much resources > a process can use. By default a process can not use more than 512MB of > data. > Read the limits(1) manpage for information on how to change these > limits. You're half right :) The 512MB limit is hard; you need to either rebuild your kernel with MAXDSIZ increased or use the kern.maxdsiz loader tunable (and perhaps the related kern.dfldsiz). -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050127192150.A68551>