Eric V. Smith <e...@trueblade.com> added the comment:

It's likely that the same memory is being counted by both processes, to the 
output is misleading. Shared memory is notoriously difficult to allocate 
per-process. For example, it's definitely true that the shared memory is 
consuming virtual address space in both processes. That's often the value 
that's reported. But since the actual memory is shared, it's not consuming more 
physical memory than expected.

----------
nosy: +eric.smith

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41587>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to