зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1380200 - Increase Breakpad's memory reserve size due to xul.dll inflation. r=ted
This commit is contained in:
Родитель
54acd62118
Коммит
3a098c8e70
|
@ -414,7 +414,7 @@ SetJitExceptionHandler()
|
||||||
* This size is bigger than xul.dll plus some extra for MinidumpWriteDump
|
* This size is bigger than xul.dll plus some extra for MinidumpWriteDump
|
||||||
* allocations.
|
* allocations.
|
||||||
*/
|
*/
|
||||||
static const SIZE_T kReserveSize = 0x4000000; // 64 MB
|
static const SIZE_T kReserveSize = 0x5000000; // 80 MB
|
||||||
static void* gBreakpadReservedVM;
|
static void* gBreakpadReservedVM;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче