You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
resizing images to 720px height at most (HD ready 😅, with quick and dirty code making many assumptions about image orientation for instance) before conversion to WebP and optimization allow to reduce memory consumption to 2.3G
reducing number of assets workers helps even further (little less than 1G when 2 workers instead of 10)
this is my proposed solution, PR under way ^^
For the record, a very useful solution to observe maximum memory consumption: /usr/bin/time -v <your_command> (do not use just time, which is overridden in many shells, use /usr/bin/time).
We have some tasks which have failed with out of memory issues:
The text was updated successfully, but these errors were encountered: