[issue41587] Potential memory leak while using shared memory

李超然 report at bugs.python.org
Wed Aug 19 10:45:08 EDT 2020


李超然 <seraphlivery at gmail.com> added the comment:

You mean if I have a machine that has 16GB RAM, and the maximum shared memory size is 8GB. I then create two processes to write to this shared memory, and the system won't run out of memory. Is it right?
I can try this experiment later on. But I can not understand this. I can see this memory increment in `htop`. I think the memory stat from `htop` is correct, otherwise, any system monitor software could deliver a fake warning message about the memory.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41587>
_______________________________________


More information about the Python-bugs-list mailing list