Bug 1380200 - Increase Breakpad's memory reserve size due to xul.dll inflation. r=ted

This commit is contained in:
David Major 2017-07-21 09:10:00 -04:00
Родитель 54acd62118
Коммит 3a098c8e70
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -414,7 +414,7 @@ SetJitExceptionHandler()
* This size is bigger than xul.dll plus some extra for MinidumpWriteDump
* allocations.
*/
static const SIZE_T kReserveSize = 0x4000000; // 64 MB
static const SIZE_T kReserveSize = 0x5000000; // 80 MB
static void* gBreakpadReservedVM;
#endif