From owner-freebsd-questions@FreeBSD.ORG Tue Mar 7 14:10:12 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 1159616A420 for ; Tue, 7 Mar 2006 14:10:12 +0000 (GMT) (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 89FF443D4C for ; Tue, 7 Mar 2006 14:10:11 +0000 (GMT) (envelope-from peo@intersonic.se) Received: from localhost (terrapin.inter-sonic.com [172.16.1.12]) by neonpark.inter-sonic.com (Postfix) with ESMTP id 32253818E22 for ; Tue, 7 Mar 2006 15:10:09 +0100 (CET) Message-ID: <440D943E.7060200@intersonic.se> Date: Tue, 07 Mar 2006 15:10:06 +0100 From: Per olof Ljungmark User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Out of memory during "large" request 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, 07 Mar 2006 14:10:12 -0000 FreeBSD 6-STABLE Got this when I ran a Perl script: Out of memory during "large" request for 33558528 bytes Would this be good syntax in /boot/loader.conf, the system has 2G RAM: vm.kmem_size_max=671088640 to try to cure the problem? Where do I best learn more about memory tuning?