From owner-freebsd-questions Wed Aug 11 22:53:15 1999 Delivered-To: freebsd-questions@freebsd.org Received: from luke.cpl.net (luke.cpl.net [192.216.136.195]) by hub.freebsd.org (Postfix) with ESMTP id D89A614D5C for ; Wed, 11 Aug 1999 22:53:11 -0700 (PDT) (envelope-from shawn@luke.cpl.net) Received: (from shawn@localhost) by luke.cpl.net (8.9.3/8.9.3) id WAA19729 for questions@freebsd.org; Wed, 11 Aug 1999 22:54:37 -0700 (PDT) Date: Wed, 11 Aug 1999 22:54:36 -0700 From: Shawn Ramsey To: questions@freebsd.org Subject: IMAPD problem... Message-ID: <19990811225436.A18926@cpl.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am having a problem with imapd crashing with the following error : Aug 11 22:48:46 luke imapd[17373]: IMAP toolkit crash: Out of free storage This seems like a resource problem, the mailbox I am attempting to download is 68MB. When I type limit when logging in with this user I get this : cputime unlimited filesize unlimited datasize 16384 kbytes stacksize 8192 kbytes coredumpsize unlimited memoryuse 30720 kbytes descriptors 64 memorylocked 10240 kbytes maxproc 64 And if I type unlimit from the command prompt : putime unlimited filesize unlimited datasize 524288 kbytes stacksize 65536 kbytes coredumpsize unlimited memoryuse unlimited descriptors 8232 memorylocked unlimited maxproc 4115 How can I make it so I have basically unlimited resources w/o having to type 'unlimit' ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message