Differences between revisions 2 and 3
Revision 2 as of 2008-05-27 13:28:54
Size: 846
Editor: terri
Comment: Migrated to Confluence 4.0
Revision 3 as of 2015-01-31 02:36:58
Size: 780
Editor: msapiro
Comment: Removed FAQ Wizard last edited
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
''Last changed on Tue Mar 21 01:36:07 2006 by'' Mark Sapiro<<BR>> Converted from the Mailman FAQ Wizard Converted from the Mailman FAQ Wizard

6.18. MemoryError exceptions from the web interface.

Attempts to manipulate a 'large' post in the admindb interface and possibly other web actions like getting a roster for a 'large' list give the "We're sorry, we hit a bug!" response with an error log traceback indicating a MemoryError exception.

These can be caused by the web server placing a limit on the amount of memory that can be used by a CGI script. This is done in Apache with an

 RLimitMEM

directive.

If you are seeing such errors, check your web server for such a limit and try raising it or removing it completely.

Converted from the Mailman FAQ Wizard

This is one of many Frequently Asked Questions.

MailmanWiki: DOC/MemoryError exceptions from the web interface. (last edited 2015-03-04 05:35:25 by msapiro)