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

Re: [HTCondor-users] calc_phys_mem() fails on Xen VMs?



On 10-09-2024 21:51, Cole Bollig via HTCondor-users wrote:
Hi Dennis,

This is a result of HTCondor failing to calculate the available
memory or is calculating less than 1 MB of memory. I did some git
archeology and did notice that in V23.6.1 we changed the code to do
this calculation based on information from Linux cgroups
(commit<https://github.com/htcondor/htcondor/commit/4b737ebe2ce0c20497862d7a8fc823b57eb40475>).

Hi Cole,

thanks for the reply. In the mean time, we figured it out! Turns out
that we have a fixed setting of RESERVED_MEMORY of 8GB which was more
than the whole VM. So no memory was left at all for HTCondor to use.

Increased the memory of the VM, now it is happy. This one took a bit of sleuthing.

Cheers,

Dennis