mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-22 01:27:12 +00:00
Increase script memory limit more
This was SVN commit r8117.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user