Open tombrus opened 1 year ago
I notice that sometimes a number of thread from the the dclare ThreadPool endlessly loop in ForkJoinPool.WorkQueue.helpComplete(), they start using cpu cycles and will never stop. The only solution is to restart MPS.
ForkJoinPool.WorkQueue.helpComplete()
I notice that sometimes a number of thread from the the dclare ThreadPool endlessly loop in
ForkJoinPool.WorkQueue.helpComplete()
, they start using cpu cycles and will never stop. The only solution is to restart MPS.