summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index c2a764e..834f429 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,7 +1,9 @@
#include <daw/daw.h>
#include <daw/logging.h>
-#define MEMORY_SIZE 65536
+// 64MB
+#define MEMORY_SIZE 64000000
+
Instance *p = NULL;