hippke / tls

Transit Least Squares: An optimized transit-fitting algorithm to search for periodic transits of small planets
MIT License
48 stars 25 forks source link

Memory leak on Linux in numba? #53

Open hippke opened 5 years ago

hippke commented 5 years ago

reduces it by half (in main.py):

pool.close()
pool.join()
del pool
del params
gc.collect()
hippke commented 5 years ago

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