• I got the “Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 193146633 bytes) in /home///wp-admin/admin.php on line 3” error message.

    I’ve already searched this forum, but all solutions that I found was that I need to allocate more memory for PHP at least to 16MB.

    However, if you see the error message, the allocated memory is already over 32MB. Hosting company says they cannot solve the problem on their end.

    It should be a wordpress problem. How can I solve this problem? Please help me. TT

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter oksure

    (@oksure)

    At least, I need to download my articles in WXR format, but I cannot access to the admin page at all. It is driving me crazy. Is there anyone who knows how I can access the admin page just for a few minutes?

    Thread Starter oksure

    (@oksure)

    My hosting company resolved this problem anyhow. Phew…
    It says it was caused by PHP entension.
    Thank you for your attention!

    I solved problem by adding this into wp-config.php file:
    define(‘WP_MEMORY_LIMIT’, ’64M’);

    … or try to increase limit to 128, 256,… but not too much ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘memory exhausted problem’ is closed to new replies.