[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] MAX_JOBS_PER_SUBMISSION



That looks like a condor_schedd parameter, so you should just be able to add the line

MAX_JOBS_PER_SUBMISSION = 100000

to any config file on the host running your condor_schedd process. Then run condor_reconfig to have the change take effect. The default location for the configuration files on linux systems is under /etc/condor/config.d.

Running

ÂÂÂ condor_status -schedd -f "%s\n" Machine

should help you determine what hosts your condor_schedd is running on if you aren't sure. If you have multiple schedulers on multiple hosts, you'd have to make the change and reconfigure on all of the hosts if you want this applied to all schedulers in your pool.

Hope that helps. Cheers.


On Wed, Jan 4, 2017 at 11:58 AM, Bower, Melvin <mbower@xxxxxxxx> wrote:
Hello

I have a user that would like to up theÂMAX_JOBS_PER_SUBMISSION to 100,000.
Is this possible, and if so how?

Thanks

Mel

_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@cs.wisc.edu with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/