From owner-freebsd-questions@FreeBSD.ORG Sat Jan 29 19:36:17 2005 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 E0CF616A4CE for ; Sat, 29 Jan 2005 19:36:17 +0000 (GMT) Received: from webmail.uoi.gr (webmail.uoi.gr [195.130.120.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34AC143D5D for ; Sat, 29 Jan 2005 19:36:16 +0000 (GMT) (envelope-from dkouroun@cc.uoi.gr) Received: from webmail.uoi.gr (localhost [127.0.0.1])j0TJaEPW024951 for ; Sat, 29 Jan 2005 21:36:14 +0200 Received: (from wwwrun@localhost) by webmail.uoi.gr (8.12.10/8.12.10/Submit) id j0TJaEVT024950 for freebsd-questions@freebsd.org; Sat, 29 Jan 2005 21:36:14 +0200 Received: from 212-70-197-177.rod.dialup.tee.gr (212-70-197-177.rod.dialup.tee.gr [212.70.197.177]) by webmail.uoi.gr (IMP) with HTTP for ; Sat, 29 Jan 2005 21:36:14 +0200 Message-ID: <1107027374.41fbe5ae47d36@webmail.uoi.gr> Date: Sat, 29 Jan 2005 21:36:14 +0200 From: dkouroun@cc.uoi.gr To: freebsd-questions@freebsd.org References: <20050129120037.2E16A16A4D3@hub.freebsd.org> In-Reply-To: <20050129120037.2E16A16A4D3@hub.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.2 X-Originating-IP: 212.70.197.177 Subject: Re: having 1.5GB RAM I cannot allocate more than 512MB RAM in 4.10 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: Sat, 29 Jan 2005 19:36:18 -0000 This is the output of my ulimit: #ulimit -a | grep data data seg size (kbytes, -d) 524288 # So what is next? Is it possible to embed that information in the kernel? Or, how is this information set by default? Is there any specific .conf file I should edit? Thank you all!