This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Memory Leak in multiprocessing.Pool()
Type: behavior Stage:
Components: Library (Lib) Versions: Python 3.7
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: EMO, davin, pitrou
Priority: normal Keywords:

Created on 2020-02-02 19:19 by EMO, last changed 2022-04-11 14:59 by admin.

Files
File name Uploaded Description Edit
User's.py EMO, 2020-02-02 19:19 script to reproduce the issue
Messages (1)
msg361253 - (view) Author: (EMO) Date: 2020-02-02 19:19
After even deleting all variables it still reserves memory of around a GB.
History
Date User Action Args
2022-04-11 14:59:26adminsetgithub: 83712
2020-02-09 20:16:24terry.reedysetnosy: + pitrou, davin
2020-02-02 19:19:26EMOcreate