• Resolved deltafactory

    (@deltafactory)


    I recently had an issue with the plugin generating optimized images. The source file was 36 megapixels and scaling it with GD reached the PHP memory limit of 256MB.

    Because the GD function was prefixed with @ in the WP image editor implementation the memory exhaustion error was silenced. (Not blaming you for that one.)

    In an attempt to prevent WSOD issues, is it possible to raise the memory limit just prior to the image scaling event? I know that this still won’t catch every case but thought it might increase stability overall.

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

The topic ‘Bug report: Memory issues when scaling large file’ is closed to new replies.