diff --git a/wrapper.c b/wrapper.c index 819441d..3e0e212 100644 --- a/wrapper.c +++ b/wrapper.c @@ -37,7 +37,7 @@ void execute_vm(struct lilith* vm) void initialize_lilith() { struct lilith* vm; - vm = create_vm(1 << 30); + vm = create_vm(1 << 20); Globalvm = vm; }