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
Force amd64 platform and limit final ffmpeg build to prevent crashes
Attempting to build on mac m4 w/ 24gb of ram fails due to wrong arch (arm vs amd64) and out of control memory consumption that crashes docker on the last ffmpeg build process unless we limit cpu's to 2 which seems to keep docker around 8GB. This fixes both things.
0 commit comments