mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
Bug 800063 - Make GC_ALLOCATION_THRESHOLD dynamic. followup. r=orange
This commit is contained in:
parent
e4b01522f0
commit
062f4e3632
@ -757,7 +757,7 @@ JSRuntime::JSRuntime(JSUseHelperThreads useHelperThreads)
|
||||
gcLastGCTime(0),
|
||||
gcJitReleaseTime(0),
|
||||
gcMode(JSGC_MODE_GLOBAL),
|
||||
gcAllocationThreshold(30),
|
||||
gcAllocationThreshold(30 * 1024 * 1024),
|
||||
gcHighFrequencyGC(false),
|
||||
gcHighFrequencyTimeThreshold(1000),
|
||||
gcHighFrequencyLowLimitBytes(100 * 1024 * 1024),
|
||||
|
Loading…
Reference in New Issue
Block a user