Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(rosetta): propagate max heap size to worker threads (#3002)
Worker threads have their own memory limits, which have relatively low defaults. In order to improve the effectiveness of rosetta, this ensures all worker threads have the same maximum heap size as the parent process.
- Loading branch information