Replies: 2 comments 16 replies
|
Hi @FredPraca The zip/clone+composer should not have impact. We also switch to jobs instead of direct processing. This allows you to have queue workers in the background dealing with the processing of images. It might be possible that the image is kept in memory at different stages and not cleared :| Though 250 Mb is a lot. :| |
|
Hi @ildyria , But the switch to jobs seems to be the ideal culprit :) |
Uh oh!
There was an error while loading. Please reload this page.
Since the version 7, it seems that RAM consumption grew.
When uploading three photos of about 8Mb, php-fpm RAM rises to about 250Mb and more.
On my 2Gb RAM VM, uploading few photos consumes a lot of RAM and php-fpm gets killed.
Were there changes in the way photo handling that would explain this ?
All reactions