Hi all,
I want to confirm with you about the memory size exposed to Condor jobs.
My understanding is, the memory size exposed to Condor jobs equals to (MEMORY - RESERVED_MEMORY) if
MEMORY is defined in Condor's config file or (physical memory detected by Condor - RESERVED_MEMORY)
if MEMORY is not set. In both cases, RESERVED_MEMORY will be replaced by zero if it is not defined
in the config file. For example, if a machine's physical memory is 512MB, the value of MEMORY is set
as 396MB, and RESERVED_MEMORY is unset, the maximum memory the Condor jobs can use is 396MB.
Thanks.
Xuehai