Answer the question
In order to leave comments, you need to log in
How to fix "cache resources exhausted" problem of imagick library in PHP 7.3?
Good afternoon, colleagues!
Imagick::RESOURCETYPE_MEMORY = 268435456
Imagick::RESOURCETYPE_MAP = 536870912
Imagick::RESOURCETYPE_AREA = 128000000
Imagick::RESOURCETYPE_DISK = 1073741824
Imagick::setResourceLimit(Imagick::RESOURCETYPE_MEMORY, 1024435456);
Imagick::setResourceLimit(imagick::RESOURCETYPE_MAP, 1536870912);
Imagick::setResourceLimit(IMagick::RESOURCETYPE_AREA , 256000000);
Imagick::setResourceLimit(IMagick::RESOURCETYPE_DISK , 4073741824);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question