using kirby 2.3.2. after uploading a 4.7MB image (jpg, 300dpi) with 4912 × 7360px tha panel sidebar shows following error. any idea how to fix this?
Fatal error: : Allowed memory size of 104857600 bytes exhausted (tried to allocate 20480 bytes) in /MYPATH/kirby/toolkit/vendors/abeautifulsite/SimpleImage.php on line 1101.
you where right. thx. dev server had 3x more memory than clients. upgrading service will do.
image was about 100MB uncompressed (like when saving as tiff) but max ram on client server was 64MB.
If you set the thumbs driver to IM in your config, this driver is automatically used in the panel. Of course, your server must have ImageMagick installed.
i will give it a try then… recreating 4GB of thumbs would be hell to split in 30sec server runtime blocks.
but i could call imagekit to rescue if all goes wrong.