Hey,
Opentuner crashes in one of my autotuning project when ThreadPool throws "can't create new thread". Calling ThreadPool.close after using it seems to fix the problem. Normally the close method is called by gc and it works fine only in some cases.
Hey, Opentuner crashes in one of my autotuning project when ThreadPool throws "can't create new thread". Calling
ThreadPool.close
after using it seems to fix the problem. Normally the close method is called by gc and it works fine only in some cases.