What is the problem with running 4 compilers in parallel? How does it stall the RAM? At most it will make the system slower, right? What is the relation?
Pi 02W only has 512M. Trying to run 4 compilers (or even worse linkers) in parallel is likely to exhaust RAM and leave you in swap hell.
Are all 4 compilers running on the same processor, or on different processors?
Will the same issue occur if I execute/run multiple C threads, or GO routines or such in parallel?
Statistics: Posted by agpolakkattil — Thu Sep 26, 2024 12:41 am