summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.h b/config.h
new file mode 100644
index 0000000..96094dd
--- /dev/null
+++ b/config.h
@@ -0,0 +1,7 @@
+#ifndef config_h
+#define config_h
+
+#define memory_size (1024 * 1024 * 32)
+#define app_memory_size (1024 * 1024 * 16)
+
+#endif