WIPACrepo/pyglidein

hard limit for max_memory at a site

dsschult opened this issue · 2 comments

Some sites have hard limits on the maximum memory per job. Implement this as an option.

This should make @jvansanten happier.

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?

yes, sounds about right.