[wasm-mt] Revisit the size of pthread pool for CI #75602
Labels
arch-wasm
WebAssembly architecture
area-Build-mono
in-pr
There is an active PR which will close this issue when it is merged
os-browser
Browser variant of arch-wasm
Milestone
Current values are:
pthreadPoolInitialSize
= 7pthreadPoolUnusedSize
= 3;which allows even some very natry threading unit tests to pass.
But WebWorker is expensive resource, especially on Mobile device.
What would be minimum which still works ?
The text was updated successfully, but these errors were encountered: