TerrorJack opened issue #4910:
Thanks for filing a feature request! Please fill out the TODOs below.
Feature
It would be nice to have a CLI/config option to disable
parallel_compilation
.Benefit
As a part of an ongoing debugging effort, I'm repeatedly creating and executing many short-lived wasm modules in parallel on a many cores server. Having a way to disable
parallel_compilation
can greatly benefit this use case by avoiding over subscription of CPU.Implementation
Doesn't sound too hard, if no objections I can give it a try.
Alternatives
Not really.
alexcrichton closed issue #4910:
Thanks for filing a feature request! Please fill out the TODOs below.
Feature
It would be nice to have a CLI/config option to disable
parallel_compilation
.Benefit
As a part of an ongoing debugging effort, I'm repeatedly creating and executing many short-lived wasm modules in parallel on a many cores server. Having a way to disable
parallel_compilation
can greatly benefit this use case by avoiding over subscription of CPU.Implementation
Doesn't sound too hard, if no objections I can give it a try.
Alternatives
Not really.
Last updated: Nov 22 2024 at 16:03 UTC