summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2024-07-06 17:55:46 +1000
committerquou <quou@disroot.org>2024-07-06 17:56:54 +1000
commite6f8a3356a91e0304e9965c7b8bfc2f06a2b79cc (patch)
treefa9d44cdc1b007c834bd2c8cfd6e19d175829b4d /config.h
parent8706ad19a8b29073afeece115092f03cbbf369c4 (diff)
Triangle fill.
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 96094dd..31e98f4 100644
--- a/config.h
+++ b/config.h
@@ -1,7 +1,7 @@
#ifndef config_h
#define config_h
-#define memory_size (1024 * 1024 * 32)
-#define app_memory_size (1024 * 1024 * 16)
+#define memory_size (1024 * 1024 * 128)
+#define app_memory_size (1024 * 1024 * 64)
#endif