Increase MAIN_ARENA_CAPACITY

This commit is contained in:
Abdelrahman Said 2024-05-05 23:41:14 +01:00
parent cd424bf074
commit b2f002b12f

View File

@ -13,7 +13,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#define MAIN_ARENA_CAPACITY 30 * 1024 * 1024 #define MAIN_ARENA_CAPACITY 50 * 1024 * 1024
#define WINDOW_WIDTH 800 #define WINDOW_WIDTH 800
#define WINDOW_HEIGHT 600 #define WINDOW_HEIGHT 600