summaryrefslogtreecommitdiff
path: root/pit/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'pit/src/main.c')
-rw-r--r--pit/src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pit/src/main.c b/pit/src/main.c
index 74c2f03..157ad87 100644
--- a/pit/src/main.c
+++ b/pit/src/main.c
@@ -8,7 +8,7 @@
#include <lcq/pit/library.h>
int main(int argc, char **argv) {
- i64 sz = 4 * 1024 * 1024;
+ i64 sz = 256 * 1024 * 1024;
u8 *buf = malloc((size_t) sz);
pit_runtime *rt = pit_runtime_new(buf, sz);
pit_install_library_essential(rt);