mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1028972 - Adjust Breakpad reservation for inflation. r=bsmedberg
--HG-- extra : rebase_source : e7811bc095ac739c2e5629fbdaa7c81686938416
This commit is contained in:
parent
083529f19c
commit
858e6b08ed
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user