From owner-freebsd-questions@FreeBSD.ORG Fri Jul 10 14:05:26 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E85DC1065670 for ; Fri, 10 Jul 2009 14:05:26 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojteks.tensor.gdynia.pl (wojteks.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 0CE2D8FC16 for ; Fri, 10 Jul 2009 14:05:25 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::2]) by wojteks.tensor.gdynia.pl (8.14.3/8.14.3) with ESMTP id n6AE68xq078389; Fri, 10 Jul 2009 16:06:08 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [127.0.0.1]) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3) with ESMTP id n6AE676P001035; Fri, 10 Jul 2009 16:06:07 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3/Submit) with ESMTP id n6AE67wV001032; Fri, 10 Jul 2009 16:06:07 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Fri, 10 Jul 2009 16:06:06 +0200 (CEST) From: Wojciech Puchar To: Per olof Ljungmark In-Reply-To: <4A572FAC.4060107@intersonic.se> Message-ID: References: <4A572FAC.4060107@intersonic.se> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: Out of memory during request for 32 bytes 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: Fri, 10 Jul 2009 14:05:27 -0000 do uname -a if you are on 32-bit arch you may add kern.dfldsiz=2147483648 kern.maxdsiz=2147483648 to /boot/loader.conf but most likely you'll need to edit /etc/login.conf On Fri, 10 Jul 2009, Per olof Ljungmark wrote: > Apache web server on 7-STABLE running nagios and OTRS. My problem is I > cannot understand what I should increase to satisfy those memory-hungry > Perl scripts? > > Out of memory during request for 32 bytes, total sbrk() is 17192960 bytes! > Out of memory during request for 4072 bytes, total sbrk() is 17192960 bytes! > Global $r object is not available. Set: > PerlOptions +GlobalRequest > in httpd.conf at /usr/local/lib/perl5/site_perl/5.8.9/CGI/Carp.pm line 553. > Global $r object is not available. Set: > PerlOptions +GlobalRequest > in httpd.conf at /usr/local/lib/perl5/site_perl/5.8.9/CGI/Carp.pm line 553. > > -- > per > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >