Our application, which uses GraphicsMagick for image decoding, has been running smoothly for many years, but now we are experiencing a sudden surge of decoding failure errors without any apparent cause. The error message we are receiving is as follows: Magick: Image pixel width limit exceeded (see -limit Width) (1170 > 526 "") reported by magick/pixel_cache.c:3189 (CheckImagePixelLimits) At the time of the error, our VM's memory, CPU, and disk load were all operating normally. We executed `echo $MAGICK_LIMIT_WIDTH`...
Our application, which uses GraphicsMagick for image decoding, has been running smoothly for many years, but now we are experiencing a sudden surge of decoding failure errors without any apparent cause. The error message we are receiving is as follows: Magick: Image pixel width limit exceeded (see -limit Width) (1170 > 526 "") reported by magick/pixel_cache.c:3189 (CheckImagePixelLimits) At the time of the error, our VM's memory, CPU, and disk load were all operating normally. We executed echo $MAGICK_LIMIT_WIDTH...