79370600

Date: 2025-01-20 07:56:33
Score: 2.5
Natty:
Report link

we are using ImageMagick for image processing, when we create cmd object as following, it could start 1000+ IM convert process in one Server in high concurrent env. The IM convert process will be killed by Linux, and return exit code 137 error.

 ConvertCmd cmd = new ConvertCmd(false);

Are you able to release a similar PooledIMService for ImageMagick ?

Reasons:
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Richard Chen