Bump engine hunk alloc max memory size

This commit is contained in:
Totterynine
2021-09-13 19:44:11 +05:00
parent ae3b4dc0d8
commit 579dd0f67c

View File

@@ -133,7 +133,7 @@ void Hunk_Print()
void Memory_Init( void )
{
MEM_ALLOC_CREDIT();
int nMaxBytes = 48*1024*1024;
int nMaxBytes = 64*1024*1024;
const int nMinCommitBytes = 0x8000;
#ifndef HUNK_USE_16MB_PAGE
const int nInitialCommit = 0x280000;