aboutsummaryrefslogtreecommitdiff
path: root/src/alloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc.h')
-rw-r--r--src/alloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.h b/src/alloc.h
index 8ac1f1f..ee6842a 100644
--- a/src/alloc.h
+++ b/src/alloc.h
@@ -11,7 +11,7 @@
#if DEBUG
# define _ARENA_DFLT_CAP (8)
#else
-# define _ARENA_DFLT_CAP (2 * 1024)
+# define _ARENA_DFLT_CAP (64 * 1024)
#endif
typedef struct _arena *arena_t;