зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1124892 (second attempt) - Increase Breakpad reserve size yet again. r=bsmedberg
--HG-- extra : rebase_source : 9e59682d36dd0189f09c19a8c674c818bd75598a
This commit is contained in:
Родитель
b44d471515
Коммит
eed94a1b16
|
@ -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
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче