From owner-freebsd-questions Thu Oct 1 05:45:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA11709 for freebsd-questions-outgoing; Thu, 1 Oct 1998 05:45:27 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from elvis.vnet.net (elvis.vnet.net [166.82.1.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA11697 for ; Thu, 1 Oct 1998 05:45:22 -0700 (PDT) (envelope-from rivers@dignus.com) Received: from dignus.com (ponds.vnet.net [166.82.177.48]) by elvis.vnet.net (8.8.8/8.8.4) with ESMTP id IAA24978; Thu, 1 Oct 1998 08:45:03 -0400 (EDT) Received: from lakes.dignus.com (lakes [10.0.0.3]) by dignus.com (8.8.8/8.8.5) with ESMTP id JAA01966; Thu, 1 Oct 1998 09:20:06 -0400 (EDT) Received: (from rivers@localhost) by lakes.dignus.com (8.8.8/8.6.9) id IAA01918; Thu, 1 Oct 1998 08:48:21 -0400 (EDT) Date: Thu, 1 Oct 1998 08:48:21 -0400 (EDT) From: Thomas David Rivers Message-Id: <199810011248.IAA01918@lakes.dignus.com> To: freebsd-questions@FreeBSD.ORG, spinner.rflab@t-online.de Subject: Re: C compiler limits In-Reply-To: <36133998.30772036@t-online.de> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > The following problem occurs in FreeBSD, trying to compile numerical > software with large need of memory ( about 30 MB ): > > Compiling ANSI C source code fails by (assembler) run-out of virtual > memory in /var/tmp/... > > Whence those questions: > > 1. How can I rise the pertinent compiler limits ( which are these - > and where to be found ) ? > > 2. Can I cause the compiler to fall back on swap instead of > /var/tmp/... ( 100 MB of swap are installed ) ? > > (The problem does not arise with Linux ). > > > Many thanks and Best wishes ! > > > S. Hein > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > It's likely not the compiler's problem here; but a user-limit problem you're running into. You can increase your limit using varying commands; but this is initially controlled by the entries in /etc/login.conf. The man page for "login.conf" provides more detail. - Dave Rivers - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message