From owner-freebsd-questions Tue Nov 4 15:58:35 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA20052 for questions-outgoing; Tue, 4 Nov 1997 15:58:35 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from sv.compuland.com.br (sv.compuland.com.br [200.255.96.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA20035 for ; Tue, 4 Nov 1997 15:58:26 -0800 (PST) (envelope-from helio@compuland.com.br) Received: from clpc1.compuland.com.br (clpc1.compuland.com.br [200.255.96.22]) by sv.compuland.com.br (8.8.8/8.8.8) with SMTP id VAA23230 for ; Tue, 4 Nov 1997 21:58:07 -0200 (EDT) Message-Id: <199711042358.VAA23230@sv.compuland.com.br> Comments: Authenticated sender is From: "Helio Coelho Jr. - CompuLand ISP" Organization: CompuLand Informatica To: questions@freebsd.org Date: Tue, 4 Nov 1997 21:58:48 +0300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: memory allocation Reply-to: helio@compuland.com.br Priority: normal X-mailer: Pegasus Mail for Win32 (v2.54) Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi: I'm trying to run a program that uses 16mb memory. As root it runs nicely, but if I try to run it as a normal user, the system complains: Fatal error: can't allocate 16.... I think that is a limitation of how much memory a user can allocate. How can I change this ? The FreeBSD box has 32mb ram and I'm running 2.2.2 on it. Thanks a lot ! Best regards, Helio.