mirror of
https://github.com/celisej567/cool-source-archive.git
synced 2025-12-31 17:48:37 +03:00
increase hunk alloc max memory size
64mb is not big enough for sirroco
This commit is contained in:
@@ -133,7 +133,7 @@ void Hunk_Print()
|
||||
void Memory_Init( void )
|
||||
{
|
||||
MEM_ALLOC_CREDIT();
|
||||
int nMaxBytes = 64*1024*1024;
|
||||
int nMaxBytes = 128*1024*1024;
|
||||
const int nMinCommitBytes = 0x8000;
|
||||
#ifndef HUNK_USE_16MB_PAGE
|
||||
const int nInitialCommit = 0x280000;
|
||||
|
||||
Reference in New Issue
Block a user