
1 Feb
2025
1 Feb
'25
11:14 a.m.
From: Ron / BCLUG via talk <talk@gtalug.org>
Tasks: 9 (limit: 2256) Memory: 46.5M
And for comparison, mailman 3 (which has TWO service files):
Tasks: 17 Memory: 889.9M
Tasks: 12 Memory: 182.4M
Why is all that space being used? I would expect that most of the space is taken by immutable and hence shareable stuff (code). Is this containerized in some way that prevents sharing? Is Python's runtime organized in some way that prevents sharing? Are these statistics counting shared memory multiple times?