You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug engine: don't hang on 4000+ tasks with stack usage monitor
A bug was found where creating 4000+ tasks at the same time with stack usage monitor enabled would hang the process in release builds.
As a bandaid, only enable stack usage monitor for no more than 1000 tasks. This means that some stack overflows in high-load services may have poor diagnostics.
commit_hash:f2fbcea2813caffe437adacd9edd6b7271dc64d8
0 commit comments