• Resolved michalss

    (@michalss)


    Hi im getting this error with plugin. Try to disable all plugins also increase max memory to 1024, nothing help.

    Please help 🙁

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 8192 bytes) in /home/admin/web/domain/public_html/wp-content/plugins/maxbuttons/assets/libraries/scssphp/src/Compiler.php on line 2833

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter michalss

    (@michalss)

    i Also try workaround

    $handle = fopen($path, “r”);
    $code = fread($handle, filesize($path));
    fclose($handle);

    Same problem, this is very strange.. 🙁

    Plugin Author Bas Schuiling

    (@basszje)

    Hi,

    This isn’t really a MaxButtons problem ( actually we optimize for speed and memory use, trying to keep it low ), but 32MB memory for WordPress is probably not enough.

    If I check on latest version of WP, the plugin uses at worst about 5MB memory for the button overview and much less everywhere else.

    In case you have a theme with lot’s of options / more plugins etc you run out of memory really fast. I’d suggest to increase server memory. WordPress Admin -by default- tries to grab around 256MB of memory. 64/128 MB of memory should work though, depending on the amount of plugins you have.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Fatal Error: Allowed memory size exhausted.’ is closed to new replies.