Frank Bonnet said: > Hi > > I have the following error message each time I try to open > my (large) mailbox > > > [client x.x.x.x ] PHP Fatal error: Allowed memory size of 8388608 bytes > exhausted (tried to allocate 44 bytes) in Unknown on line 0, referer: > http://xxx.xxx.xxx:8090/squirrelmail/src/webmail.php >
Your PHP is configured with an 8MB memory limit. Find your php.ini and change this line: memory_limit = 8M I'd reccomend no higher than 32M or so, depending on server load. > > The machine runs FreeBSD 4.10-STABLE with 2.5 G RAM with approx. 2000 > mailboxes > > > Thanks for any help. > -- > Cordialement > Frank Bonnet > Matthew Walker Kydance Hosting & Consulting http://www.kydance.net ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines List Address: [EMAIL PROTECTED] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
