Allowed memory size

Whoops\Exception\ErrorException thrown with message “Allowed memory size of 134217728 bytes exhausted (tried to allocate 2164801 bytes)”

Stacktrace:
#0 Whoops\Exception\ErrorException in /home/d/…/public_html/vendor/gregwar/image/Gregwar/Image/Adapter/GD. php:85

Domain: http://angelboxes.ru/
On the local domain everything works correctly. What could be the problem?

If you search the forum for “gregwar,” similar discussions will appear. TLDR, make sure you have enough memory allocated. Image resizing, for example, is very memory intensive.

my mistake. thx for help!

If there are many or large images, consider bypassing the default Gregwar and PHP caching mechanisms and do it yourself, for example with Node and Gulp.