Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jun 2005 01:09:20 +0200
From:      Per olof Ljungmark <peo@intersonic.se>
To:        scuba@centroin.com.br
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Out of memory on FreeBsd 5.4
Message-ID:  <42B206A0.70601@intersonic.se>
In-Reply-To: <Pine.BSI.4.33.0506161737530.12086-100000@hypselo.centroin.com.br>
References:  <Pine.BSI.4.33.0506161737530.12086-100000@hypselo.centroin.com.br>

next in thread | previous in thread | raw e-mail | index | archive | help
scuba@centroin.com.br wrote:
.
.
> Jun 16 16:18:19 host1 mimedefang-multiplexor[7689]: Slave 1 stderr: Out of
> memory during "large" request for 69632 bytes, total sbrk() is 27547648
> bytes at
> /usr/local/lib/perl5/site_perl/5.8.5/Mail/SpamAssassin/PerMsgStatus.pm
> line 2262.

Got this reply from Dan Nelson when I asked (almost) the same question:

According to that output, perl was already using 464MB, and a malloc
request for 64MB failed, which is reasonable since the default hard
datasize limit on FreeBSD is 512MB.  To raise it, put this in
/boot/loader.conf and reboot:

kern.maxdsiz="1024M"

HTH



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42B206A0.70601>