m-ab-s / media-autobuild_suite

This Windows Batchscript helps setup a Mingw-w64 compiler environment for building ffmpeg and other media tools under Windows.
GNU General Public License v3.0
1.49k stars 257 forks source link

Speed things up? #2658

Closed Selur closed 2 months ago

Selur commented 2 months ago

I'm using a Ryzen 9 7950X (16cores, 32threads; 64GB RAM), I use cores=32 and I was wondering whether there is a way to improve the speed of the compilation since most of the time CPU and RAM usage is rather low (Ram 10GB, CPU Usage < 15%). I see tons of sh.exe calls, that are basically in idle.

Andarwinux commented 2 months ago

No, there is no way to further increase the build speed unless MABS is refactored as a cross-compile script.

Selur commented 2 months ago

okay, thanks