summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2024-06-30 18:24:01 +1000
committerquou <quou@disroot.org>2024-06-30 18:27:11 +1000
commit39100e7292d3ee12d387fddfa0f0d7b712e31e1c (patch)
tree28f26b19de857868aeb9ecf23a7fecfc170addf9 /config.h
initial commit.
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