1
0
forked from 0ad/0ad

Increase script memory limit more

This was SVN commit r8117.
This commit is contained in:
Ykkrosh 2010-09-17 17:40:44 +00:00
parent 9faaeeebd4
commit 624e8490a2

View File

@ -36,7 +36,7 @@
#include "valgrind.h"
const int RUNTIME_SIZE = 8 * 1024 * 1024; // TODO: how much memory is needed?
const int RUNTIME_SIZE = 16 * 1024 * 1024; // TODO: how much memory is needed?
const int STACK_CHUNK_SIZE = 8192;
#ifdef NDEBUG