-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Optimization
-
Fully Compatible
-
ALL
-
v8.0
-
QO 2024-07-08
-
200
TSAN's history_size had previously been increased to alleviate an issue with WiredTiger's complex concurrency model requiring more stacks to capture suppressions. However, this is causing several instances of an OOM error because TSAN is consuming too much memory. Since the original WiredTiger issue has been fixed in this ticket, we can set the history_size back to 4 to resolve the OOM error and decrease resource usage.
- is related to
-
SERVER-92669 Reduce peak memory for fcv_upgrade_downgrade_sharded_collections_jscore_passthrough suite under the TSAN-complete variant
- Closed