On Wed, Sep 17, 2008 at 02:23:46PM -0700, benmillett wrote: > > Just a follow-up. My config.default.php file has this set for the > memorylimit: $cfg['MemoryLimit'] = 0; > There is no value set in the config.inc.php file. I'm not sure if the > failure to allocate sufficient memory is because of MAMP or something > else.
MAMP allocates 8M by default, iirc. I used to have this problem on my install for testing the extras plugins (loading ~80 plugins). Increasing the limit to 32M fixed the issue. The setting is memory_limit in /Applications/MAMP/conf/php5/php.ini:232 -- Michael C. Harris, School of CS&IT, RMIT University http://twofishcreative.com/michael/blog IRC: michaeltwofish #habari --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/habari-users -~----------~----~----~----~------~----~------~--~---
