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

Re: [HTCondor-users] MAX_JOBS_SUBMITTED exceeded, submit failed. Current total is 499999. Limit is 50000



We hit this issue multiple times: Issue disappears if we restart the condor
service or change the MAX_JOBS_SUBMITTED limit.
	You probably shouldn't be setting MAX_JOBS_SUBMITTED at all.  It's 
a cap on the total number of clusters a schedd is willing to have dealt 
with for its entire life.  What are you trying to accomplish?
- ToddM