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

[HTCondor-users] limiting number of core used



I have a machine with 176 cores but I want condor to only use 132 of
them. I added this to my config file:

SLOT_TYPE_1 = cpus=176
NUM_SLOTS = 132
NUM_SLOTS_TYPE_1 = 132

but now when I try and start condor it fails with this in the StartLog:

ERROR: Can't allocate 2nd slot of type 1
Requesting: slot type 1: Cpus: 176.000000, Memory: auto, Swap: auto, Disk: auto
Available:  Slot #1: Cpus: 0, Memory: 128651, Swap: 100.00%, Disk: 100.00%
ERROR "Ran out of system resources" at line 122 in file
/slots/10/dir_3501366/userdir/.tmprp9gJd/BUILD/condor-8.6.8/src/condor_startd.V6/slot_builder.cpp

What is the proper way to limit the number of cores condor will use?