Increase MAIN_ARENA_CAPACITY
This commit is contained in:
parent
cd424bf074
commit
b2f002b12f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user