You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try checking your memory and/or timeout settings for your Lambda. I was able to resolve the intermittent EPIPE errors I was seeing after increasing both. It is likely due to insufficient memory, but I'm mentioning both just in case. Also for reference I was running Node 12 & I had the ImageMagick layer.
I'm getting this error using imageminPngquant:
errno: 'EPIPE', code: 'EPIPE', syscall: 'write', originalMessage: 'write EPIPE', shortMessage: 'Command failed with EPIPE:
And my code looks simply like this:
If I remove the imageminPngquant and leave the plugins section empty, the images do go to the destination properly but without any compression.
What could cause this issue? Any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered: