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

Re: [HTCondor-users] Limit requested cpu cores and RAM




On 11/9/20 6:44 AM, Guilherme De Sousa wrote:

Hi!

 

I’ve been searching through the mailing list and documentation for this and can’t seem to find it..

 

By default, the condor startd will advertise all the memory and all the cores that it discovers on the system.  To override this, you set


NUM_CPUS = some_number

or

MEMORY = some_amount_of_memory _in_megabytes


And the startd will advertise those amounts instead.


-greg