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

Re: [HTCondor-users] about pid_max



On 11/30/2016 03:06 AM, jiangxw@xxxxxxxxxxxxxxx wrote:
Dear all,
 ÂÂ/proc/sys/kernel/pid_maxÂwill be changed toÂ4194303 when condor start.
  The defalt value isÂ32768.
  How can I prevent it happens? Are there some configurations limiting that?
  Wish for replys.

This is done in /usr/libexec/condor/linux_kernel_tuning

Condor does this, so there is no limit on the number of jobs it can run. You can comment out the line in the script if you don't need to run more than 10,000 jobs concurrently.

-greg