• Resolved chrishechler

    (@chrishechler)


    Hi, I tried to resize an image on a webpage with the Smart Compression, however, I receive the following error message:

    Resizing failed: cache resources exhausted
    @ error/cache.c/OpenPixelCache/4083

    Could you please let me know what is wrong? Is this error caused by the plugin itself or by something else?
    Is there a way to resize the image or not?

    Cheers ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WP Media

    (@wp_media)

    Hi @chrishechler

    I am sorry to hear about the issue!

    Can you please try to use this helper plugin(works simply by activating)that will make your server use a different package called GD instead? Just install and activate it and see if the issue is getting solved. This kind of issue may be caused through Imagick the package responsible for image resizing.

    It could also be an issue with a lack of available memory dedicated to your WordPress site from your server. You could also try adding the following to your wp-config.php file:

    define( ‘WP_MEMORY_LIMIT’, ‘256M’ );

    Feel free to let me know how it goes.

    Best Regards,
    Ioanna

    Plugin Author WP Media

    (@wp_media)

    Hey @chrishechler

    Hope you are doing well.

    Just wanted to check if you were able to follow our guide and if that worked?

    Let me know how it goes. I will mark this thread as Resolved, but feel free to answer if you still experience any troubles.

    Best Regards
    Marko

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Resize error message’ is closed to new replies.