Bug 1075053 - Use the GC's low-memory profile on mobile; r=sfink

--HG--
extra : rebase_source : 664b0f188d2126cb4d549531479815ae3b00599a
This commit is contained in:
Terrence Cole 2014-09-30 11:11:50 -07:00
parent e997d27a95
commit 18a211b049

View File

@ -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