[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] USE_PSS=true not working for vanilla universe
- Date: Wed, 2 Jul 2025 12:50:42 -0500
- From: Greg Thain <gthain@xxxxxxxxxxx>
- Subject: Re: [HTCondor-users] USE_PSS=true not working for vanilla universe
Hi Ram:
On the newer Ubuntu systems, HTCondor uses cgroup to measure memory of
jobs, and the default memory represents the physical memory pages used
by all processes in the job, and if two or more processes in a job share
a memory page, that page is only counted once. In this way, the
default memory reporting out of the box behaves more like the
proportional set size, which is not available on all Linux distributions.
-greg