I have a big project where
- 80% of jobs use a little amount of memory ==> jobs must be limited by CPU ressource
- 20% of jobs use large amount of memory ==> this jobs must be limited by memory ressouce
So like -l flags, it should be nice to have a -m flag :
==> don't start new job if physical available memory is below 1G