Bug 828124 - Adjust the low-memory threshold down to 384 MiB. r=blassey

This commit is contained in:
Kartikaya Gupta 2013-01-09 11:12:36 -05:00
parent f354fcba12
commit 402d55c5a2

View File

@ -22,7 +22,7 @@
#ifdef ANDROID
#include <stdio.h>
#define LOW_MEMORY_THRESHOLD_KB (512 * 1024)
#define LOW_MEMORY_THRESHOLD_KB (384 * 1024)
#endif
static nsMemoryImpl sGlobalMemory;