icecc / icecream

Distributed compiler with a central scheduler to share build load
GNU General Public License v2.0
1.58k stars 250 forks source link

[feature request] Do not run jobs on machine with limited memory #572

Open yuanfang-chen opened 3 years ago

yuanfang-chen commented 3 years ago

I saw some Clang crashes with "out of memory" on a machine with limited memory due to various reasons like some processes are using up most of the memory. In a situation like this, could we not run jobs on this machine?