Bug 1028972 - Adjust Breakpad reservation for inflation. r=bsmedberg

--HG--
extra : rebase_source : e7811bc095ac739c2e5629fbdaa7c81686938416
This commit is contained in:
David Major 2014-07-09 10:41:46 +12:00
parent 083529f19c
commit 858e6b08ed

View File

@ -385,7 +385,7 @@ patched_SetUnhandledExceptionFilter (LPTOP_LEVEL_EXCEPTION_FILTER lpTopLevelExce
* This size is bigger than xul.dll plus some extra for MinidumpWriteDump
* allocations.
*/
static const SIZE_T kReserveSize = 0x2400000; // 36 MB
static const SIZE_T kReserveSize = 0x2800000; // 40 MB
static void* gBreakpadReservedVM;
#endif