Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[browser][MT] smaller thread pool #100415

Merged
merged 4 commits into from
Apr 3, 2024

Conversation

pavelsavara
Copy link
Member

@pavelsavara pavelsavara commented Mar 28, 2024

  • smaller p-thread pool
  • drop thread_available
    • we can do that because no managed code s running on UI thread. And so we are safe to block the managed thread until UI creates another thread
  • configure some tests to keep more threads ready

Fixes #75602

- drop thread_available
@pavelsavara
Copy link
Member Author

/ba-g all the CI failures are known
#98578
#100421
#99888

@pavelsavara pavelsavara merged commit 8763f6d into dotnet:main Apr 3, 2024
94 of 98 checks passed
@pavelsavara pavelsavara deleted the browset_mt_pthread_pool_size branch April 3, 2024 07:52
matouskozak pushed a commit to matouskozak/runtime that referenced this pull request Apr 30, 2024
@github-actions github-actions bot locked and limited conversation to collaborators May 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-wasm WebAssembly architecture area-VM-threading-mono os-browser Browser variant of arch-wasm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[wasm-mt] Revisit the size of pthread pool for CI
2 participants