Page MenuHomePhabricator

AllMessages takes all Memory it can and even more
Closed, ResolvedPublic

Description

Author: dasch

Description:
My PHP Memory Limit is on 256MB and SpecialAllmessages.php still fails because of this error

Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 1543102 bytes) in /.../includes/specials/SpecialAllmessages.php on line 226

I think that 256MB should be more then enough


Version: 1.15.x
Severity: major

Details

Reference
bz17800

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:34 PM
bzimport set Reference to bz17800.
bzimport added a subscriber: Unknown Object (MLST).

Do you have a lot's of messages or big messages? 1.5M for one message seems too much.

  • This bug has been marked as a duplicate of bug 16497 ***

dasch wrote:

where can I see how big the messages are?