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

Re: [HTCondor-users] Big slot in my HTCondor installation



On 05/15/2017 10:04 AM, Carlos Adean wrote:
Hi folks,

I have noticed that there is a big slot in my HTCondor installation and I do not have idea how to disable it, also, if this is a problem when I submit my jobs.

My server has 24 cores (hyper threading enabled) 96GB of ram. In fact there are 24 slots with 4036 ram, but I can see this 'big slot' with the entire memory.

$CondorVersion: 7.8.5 Oct 09 2012 BuildID: 68720 $

By default, condor will create one static slot per core, and divide up the memory equally per core. However, one can configure condor to add additional slots, with additional memory, etc. Is it possible that this machine has been configured with the "extra" slot, with settings like NUM_SLOTS or NUM_SLOTS_TYPE_1 in your configuration?

-greg