hard limit for max_memory at a site
dsschult opened this issue · 2 comments
dsschult commented
Some sites have hard limits on the maximum memory per job. Implement this as an option.
This should make @jvansanten happier.
briedel commented
Wouldn't that just go in as a max_memory_per_job
in the config and then just skip the respective states inside client.py
?
dsschult commented
yes, sounds about right.