WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
Monday, April 1, 2024 8:40:51 PM UTC
<
rdar://problem/125733077
>
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
Pull request:
https://github.com/WebKit/WebKit/pull/26691
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.
Top of Page
Format For Printing
XML
Clone This Bug