• Resolved Florian

    (@pictibe)


    Hi,

    we got this error in logs “Used Memory: 226 MB Memory Limit: 256 MB Max Script memory limit: 205 MB” but we have a high performance server and the installation in WooCommerce > Status has 64GB.

    Which setting does your plugin use and how can i improve it?

    Florian

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Fayyaz

    (@fayyazfayzi)

    Hi @pictibe,

    Please try the performance settings from WP Staging > Settings. We can look into that more and help you resolve if there is any issue.

    Fill out this?form?to open a free support ticket. For a better resolution, please include the system information and debug logs.

    Cheers,
    Fayyaz

    Thread Starter Florian

    (@pictibe)

    Hi @fayyaz,

    thanks for reply but please read my message again.

    We have an own managed server with 64GB memory.
    And the woocommerce status show it but your plugin seems to use another value.

    Florian

    Plugin Author Rene Hermenau

    (@renehermi)

    WP Staging limits its memory consumption to save 256M for each website. There is usually no need to go higher. It will only increase the risk that something will fail.

    If you want to increase them, you can use these filters in an mu-plugin under your own responsibility:

    add_filter(‘wpstg.resources.memoryLimit’, 300 * MB_IN_BYTES); // Or any other value
    add_filter(‘wpstg.resources.ignoreMemoryLimit’, true);

    See also: https://wp-staging.com/how-to-make-a-wordpress-mu-plugin/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Used Memory: 226 MB Memory Limit: 256 MB Max Script memory limit: 205 MB’ is closed to new replies.