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

Re: [HTCondor-users] reached max workers



Thanks. The doc says default for SCHEDD_QUERY_WORKERS is 3, but I am
not setting it and I get the error that the max is 8.

In any case, if I have 264 compute nodes would I set that (and
COLLECTOR_QUERY_WORKERS) to 264 so I could use them all
simultaneously?

On Tue, Feb 6, 2018 at 12:43 PM, Michael Pelletier
<Michael.V.Pelletier@xxxxxxxxxxxx> wrote:
> Hi Larry,
>
> This is the number of query workers, governed by the schedd_query_workers knob, and collector_query_workers for the collector.
>
>         -Michael Pelletier.
>
> -----Original Message-----
> From: HTCondor-users [mailto:htcondor-users-bounces@xxxxxxxxxxx] On Behalf Of Larry Martell
> Sent: Tuesday, February 6, 2018 12:17 PM
> To: HTCondor-Users Mail List <htcondor-users@xxxxxxxxxxx>
> Subject: [External] [HTCondor-users] reached max workers
>
> When submitting jobs from python I some times get an error connecting to schedd. Looking in the log I see this:
>
> ForkWork: not forking because reached max workers 8
>
> What setting controls this? I do not have any setting that seems like it would be for this, and searching through the manual I did not find any settings with a default of 8 that had MAX or WORKERS in their name.