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

[HTCondor-users] CPU usage



I'm fairly new to HTCondor so bear with me. Our pool is slowly being utilized and there is a lot of learning on the fly. We would like to utilize users machines during the day when they are using them but want to restrict how much use. Right now on my machine all 8 cores are pegged at 100%. Here is my local config file. Is there a better way to write this config file so Condor doesn't use all Slots.

SLOT_TYPE_1 = cpu=45%,disk=50%,swap=40%,mem=60%
NUM_SLOTS_TYPE_1 = 1
SLOT_TYPE_1_PARTITIONABLE = True

Thanks

JonÂ