RESOLVED FIXED 271986
Add Options::maxHeapSizeAsRAMSizeMultiple() to limit max memory usage for testing.
https://bugs.webkit.org/show_bug.cgi?id=271986
Summary Add Options::maxHeapSizeAsRAMSizeMultiple() to limit max memory usage for tes...
Mark Lam
Reported Monday, April 1, 2024 8:40:41 PM UTC
...
Attachments
Radar WebKit Bug Importer
Comment 1 Monday, April 1, 2024 8:40:51 PM UTC
Mark Lam
Comment 2 Monday, April 1, 2024 8:47:33 PM UTC
Currently, we're only applying this max check to CompleteSubspace::tryAllocateSlow. We found that adding it to LocalAllocator::allocateSlowCase can cause crashes due to failed Structure allocations (which are fatal). As a result, the testing disruption from those crashes far outweigh any benefits we currently get from it. So, we'll leave the max check out of LocalAllocator::allocateSlowCase for now.
Mark Lam
Comment 3 Monday, April 1, 2024 8:50:15 PM UTC
EWS
Comment 4 Monday, April 1, 2024 11:35:37 PM UTC
Committed 276909@main (b682c5819552): <https://commits.webkit.org/276909@main> Reviewed commits have been landed. Closing PR #26691 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.