Problem with memory_limit??

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
allantitan
Posts: 2
Joined: 09 Mar 2009, 16:03

Problem with memory_limit??

Post by allantitan »

Hi,

It's allowed memory problem again, but more complicated.

When I upload a file (with size > 4Mb) in mantis tracking system,
It will show up the message below in a blank page...
Allowed memory size of 25165824 bytes exhausted

I've searched this problem in the forum, google....etc
The solution seems to modify the value memory_limit in php.ini then restart server,
But no matter what value I replaced it (smaller than 24M or larger)..
The error message always camps on 25165824 bytes.
Really queer, right? 8O

So I try to modify other parameters' value in other config files, like upload_max_filesize, max_allowed_packet, $g_max_file_size...etc
But they didn't solve this problem...

What should I do?
I have no idea about this..
Could anyone give some advice? :(

Thanks very much
Post Reply