From owner-freebsd-questions@FreeBSD.ORG Mon Jun 7 10:25:41 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E473A16A4CE for ; Mon, 7 Jun 2004 10:25:41 +0000 (GMT) Received: from bilbo.otenet.gr (bilbo.otenet.gr [195.170.0.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19F4743D39 for ; Mon, 7 Jun 2004 10:25:36 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226])i57APTwc030414; Mon, 7 Jun 2004 13:25:29 +0300 Received: from orion.daedalusnetworks.priv (orion.daedalusnetworks.priv [127.0.0.1])i57APRNP018907; Mon, 7 Jun 2004 13:25:27 +0300 Received: (from keramida@localhost)i57APREU018906; Mon, 7 Jun 2004 13:25:27 +0300 X-Authentication-Warning: orion.daedalusnetworks.priv: keramida set sender to keramida@ceid.upatras.gr using -f Date: Mon, 7 Jun 2004 13:25:27 +0300 From: George Keramidas To: Odhiambo Washington , freebsd-questions@freebsd.org Message-ID: <20040607102527.GB18877@orion.daedalusnetworks.priv> References: <20040607092334.GI73934@ns2.wananchi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040607092334.GI73934@ns2.wananchi.com> Subject: Re: malloc() X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jun 2004 10:25:42 -0000 On 2004-06-07 12:23, Odhiambo Washington wrote: > Hi gurus, > > What's the maximum memory can be allocated to a single process by default ? If memory limits aren't at work, all available memory. But the default is to have user limits, so you should probably check /etc/login.conf to see what's defined there. - Giorgos