eqasim-org / synpp

Synthetic population pipeline code for eqasim
http://www.eqasim.org
MIT License
18 stars 12 forks source link

Add maxtasksperchild for parallel execution #76

Closed ainar closed 1 year ago

ainar commented 1 year ago

The maxtasksperchild parameter given to Pool construction permits to kill and relaunch the worker to free memory. During long runs, this also avoids memory "leaks."

I suggest adding this parameter to pool construction through synpp.

sebhoerl commented 1 year ago

Thanks!