tls icon indicating copy to clipboard operation
tls copied to clipboard

Memory leak on Linux in numba?

Open hippke opened this issue 6 years ago • 2 comments

hippke avatar Feb 06 '19 08:02 hippke

reduces it by half (in main.py):

pool.close()
pool.join()
del pool
del params
gc.collect()

hippke avatar Mar 01 '19 19:03 hippke

Not present for use_threads=1 and on Windows (even with multithreading)

hippke avatar Mar 03 '19 17:03 hippke