Currently pg_activity shows the only memory-related metric per process, which is MEM% (discussed here #50)
This proposal is to add an absolute value for process memory.
Ideally to use PSS instead of RES/RSS to alleviate the effect of shared libraries being reused by each process.
Currently pg_activity shows the only memory-related metric per process, which is
MEM%(discussed here #50)This proposal is to add an absolute value for process memory.
Ideally to use PSS instead of RES/RSS to alleviate the effect of shared libraries being reused by each process.