hunk alloc size 128mb -> 256mb

This commit is contained in:
EnderZip
2021-09-30 15:33:22 +07:00
parent bad77fdf65
commit 97e56d5b61

View File

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