-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: JavaScript, Shell
-
Fully Compatible
-
ALL
-
0
The concurrency tests introduced in SERVER-16196 use ScopedThreads to run workloads. These ScopedThreads (intentionally) leak JSThreadConfig data, which eventually leads to build failures on VMs with limited RAM.
We need to delete the JSThreadConfig data to keep the memory footprint of the shell reasonable during the tests: