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

Re: [HTCondor-users] Advertised Memory of an execute point running in Apptainer.




On 3/21/25 3:53 PM, Jaime Frey via HTCondor-users wrote:
How did you attempt to set the Memory advertised by the startd?
Setting MEMORY in the config file should work (without quotes).
For example, to advertise 4GB you would use this:

MEMORY = 4096

When MEMORY is set, that's what the startd advertises, no matter what the physical memory or other limits on the system are. When MEMORY is not set, condor advertises the lower of the total detected memory of the system, and the cgroup memory limit of the cgroup the startd lives in. It doesn't reach up the cgroup tree to find the minimal parent memory.

-greg