From owner-freebsd-questions@FreeBSD.ORG Thu Jun 16 20:44:15 2005 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 78C5116A41C for ; Thu, 16 Jun 2005 20:44:15 +0000 (GMT) (envelope-from scuba@centroin.com.br) Received: from gorgo.centroin.com.br (gorgo.centroin.com.br [200.225.63.128]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD85443D48 for ; Thu, 16 Jun 2005 20:44:14 +0000 (GMT) (envelope-from scuba@centroin.com.br) Received: from hypselo.centroin.com.br (hypselo.centroin.com.br [200.225.63.1]) by gorgo.centroin.com.br (8.12.10/8.12.9) with ESMTP id j5GKiB3p010942 for ; Thu, 16 Jun 2005 17:44:12 -0300 (EST) Date: Thu, 16 Jun 2005 17:44:11 -0300 (EST) From: Sender: To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Subject: Out of memory on FreeBsd 5.4 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: Thu, 16 Jun 2005 20:44:15 -0000 Hi all, =09Should I make some kernel adjust to work with a machine with 2GB RAM? =09I=B4m using MD/SA/Clamav for a long time with FreeBSD 4.x. =09I=B4m upgrading, the server to FreeBSD 5.4, and installing MD from ports. But I=B4m getting the following error messages when I try to send a hello message: 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. =09The man page for sbrk, tells about data segment limit, what is the default? Shuold I change the MAXDSIZ on kernel? - Marcelo Souza