From owner-freebsd-questions@FreeBSD.ORG Thu May 24 21:59:36 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 500B816A400 for ; Thu, 24 May 2007 21:59:36 +0000 (UTC) (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 1711813C480 for ; Thu, 24 May 2007 21:59:36 +0000 (UTC) (envelope-from peo@intersonic.se) X-Virus-Scanned: amavisd-new at inter-sonic.com Message-ID: <46560AC3.8010909@intersonic.se> Date: Thu, 24 May 2007 23:59:31 +0200 From: Per olof Ljungmark Organization: Intersonic AB User-Agent: Thunderbird 2.0.0.0 (X11/20070422) MIME-Version: 1.0 To: Janos Dohanics References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Out of memory during 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: Thu, 24 May 2007 21:59:36 -0000 Janos Dohanics wrote: > I'm using imapsync to transfer maildirs to a new server. One of the > mailboxes is about 4.7 GB. While into the syncing to about 3 GB, > imapsync quits with this message: > > > while processing LITERAL > Read: * 5330 FETCH (UID 5337 BODY[] ) > 12835 OK Fetch completed. > > Out of memory during request for 80 bytes, total sbrk() is 536813568 > bytes! > > I'm running imapsync on the target system, which is FreeBSD 6.2-STABLE > with 1 GB RAM. > > I'm wondering if I could adjust some resource settings to let the > imapsync job finish? > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" I forgot to say you probably need more RAM as well, at least I did. We are running a nightly imapsync run and the problem did not go away until we had 3GB. Good luck, Per olof