mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1075053 - Use the GC's low-memory profile on mobile; r=sfink
--HG-- extra : rebase_source : 664b0f188d2126cb4d549531479815ae3b00599a
This commit is contained in:
parent
e997d27a95
commit
18a211b049
@ -98,6 +98,8 @@ if test ! "$RELEASE_BUILD"; then
|
||||
MOZ_ANDROID_DOWNLOADS_INTEGRATION=1
|
||||
fi
|
||||
|
||||
|
||||
# Enable generational GC on mobile.
|
||||
JSGC_GENERATIONAL=1
|
||||
|
||||
# Use the low-memory GC tuning.
|
||||
JS_GC_SMALL_CHUNK_SIZE=1
|
||||
|
Loading…
Reference in New Issue
Block a user