From eed94a1b1628ee7a1e70f59129f11c06e37e2375 Mon Sep 17 00:00:00 2001 From: David Major Date: Sun, 1 Feb 2015 16:09:13 +1300 Subject: [PATCH] Bug 1124892 (second attempt) - Increase Breakpad reserve size yet again. r=bsmedberg --HG-- extra : rebase_source : 9e59682d36dd0189f09c19a8c674c818bd75598a --- toolkit/crashreporter/nsExceptionHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolkit/crashreporter/nsExceptionHandler.cpp b/toolkit/crashreporter/nsExceptionHandler.cpp index b77e82829bae..62ad8db35f40 100644 --- a/toolkit/crashreporter/nsExceptionHandler.cpp +++ b/toolkit/crashreporter/nsExceptionHandler.cpp @@ -408,7 +408,7 @@ JitExceptionHandler(void *exceptionRecord, void *context) * This size is bigger than xul.dll plus some extra for MinidumpWriteDump * allocations. */ -static const SIZE_T kReserveSize = 0x3200000; // 50 MB +static const SIZE_T kReserveSize = 0x4000000; // 64 MB static void* gBreakpadReservedVM; #endif