Skip to content

Commit a3beb7b

Browse files
committed
amend MEMORY_SIZE
1 parent 56b8900 commit a3beb7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
#endif
2929

3030
#if defined(PICORUBY_SQLITE3)
31-
#define MEMORY_SIZE (1024*170)
31+
#define MEMORY_SIZE (1024*184)
3232
#else
33-
#define MEMORY_SIZE (1024*180)
33+
#define MEMORY_SIZE (1024*194)
3434
#endif
3535

3636
static uint8_t memory_pool[MEMORY_SIZE];

0 commit comments

Comments
 (0)