Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jul 2009 16:06:06 +0200 (CEST)
From:      Wojciech Puchar <wojtek@wojtek.tensor.gdynia.pl>
To:        Per olof Ljungmark <peo@intersonic.se>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Out of memory during request for 32 bytes
Message-ID:  <alpine.BSF.2.00.0907101605140.1019@wojtek.tensor.gdynia.pl>
In-Reply-To: <4A572FAC.4060107@intersonic.se>
References:  <4A572FAC.4060107@intersonic.se>

next in thread | previous in thread | raw e-mail | index | archive | help
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"
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.0907101605140.1019>