I would like to be able to set a maximum for concurrent threads. I understand the Maximum Phase 1 sort of does this, as I could set X threads on the jobs, and then account for the threads not used, but it would be much easier if I could just set a thread max along with it then load up a bunch of jobs and trust it wasn't going to soak my threadcount.
I would also like to be able to set a maximum amount of memory allocated to all jobs concurrently. Same deal, rather than trying to land it right, I'd rather just HP know to not start another job if a max of memory was allocated to the current jobs.
Thanks for all your hard work.