petersalas commented on PR #11094: URL: https://github.com/apache/tvm/pull/11094#issuecomment-1106652698
@shingjan to be clear this change alone isn't enough to mitigate the leaks because the default is "never recycle" unless operations timeout. But specifying a value when initializing `PopenPoolExecutor` ensures that the background processes are killed periodically which prevents any per-operation leaks from accumulating too much. I used 32 in my test, which worked fine. Of course, we should _also_ try to fix the leaks :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
