gvegayon / parallel

PARALLEL: Stata module for parallel computing
https://rawgit.com/gvegayon/parallel/master/ado/parallel.html
MIT License
117 stars 26 forks source link

Incorporate memory tracking into scheduler #56

Open bquistorff opened 7 years ago

bquistorff commented 7 years ago

We might want to query how much RAM is left on the machine before we launch new instances. There is memory, but I'm not sure if that reports exactly what we want from the current processes usage. We'll probably have to query the underlying system to check for free memory. There might be user-quotas as well that we might want to query.