mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-22 04:01:17 +00:00
shrink the heap back down to 8MB on Win32 -s*l
This commit is contained in:
parent
300910698c
commit
d3d32986bb
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ SDL_main (int c, char **v)
|
|||
host_parms.argc = com_argc;
|
||||
host_parms.argv = com_argv;
|
||||
|
||||
host_parms.memsize = 16 * 1024 * 1024;
|
||||
host_parms.memsize = 8 * 1024 * 1024;
|
||||
|
||||
j = COM_CheckParm ("-mem");
|
||||
if (j)
|
||||
|
|
Loading…
Reference in a new issue