From owner-freebsd-questions@FreeBSD.ORG Tue Oct 31 15:39:59 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 BD23616A47C for ; Tue, 31 Oct 2006 15:39:59 +0000 (UTC) (envelope-from peo@intersonic.se) Received: from neonpark.inter-sonic.com (neonpark.inter-sonic.com [212.247.8.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 868F643D81 for ; Tue, 31 Oct 2006 15:39:55 +0000 (GMT) (envelope-from peo@intersonic.se) X-Virus-Scanned: amavisd-new at inter-sonic.com Message-ID: <45476E4E.4050107@intersonic.se> Date: Tue, 31 Oct 2006 16:39:58 +0100 From: Per olof Ljungmark Organization: Intersonic AB User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: help increase process/kernel memory please X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Oct 2006 15:39:59 -0000 Hi, I clearly have a problem figuring out how to increase the limits for memory available to a process and the kernel. I'm running a Perl app that need lots of memory and I would like to make around 2G available to it, the box has 4G physical RAM. Which knob(s) should be tweaked? System is running 6-STABLE from around 1st of October. This is what I see when the process exits: Out of memory during "large" request for 528384 bytes, total sbrk() is 536416256 bytes I'm depending on a solution to this and would be a really happy person if someone could please guide me. Per olof