summaryrefslogtreecommitdiff
path: root/app.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'app.hpp')
-rw-r--r--app.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.hpp b/app.hpp
index df16bd9..d26003a 100644
--- a/app.hpp
+++ b/app.hpp
@@ -1,7 +1,7 @@
#ifndef app_hpp
#define app_hpp
-#define app_memory_size (1024 * 1024 * 32)
+#define app_memory_size (1024 * 1024 * 512)
#include <new>
#include <stdint.h>