Skip to content

Commit

Permalink
amend MEMORY_SIZE
Browse files Browse the repository at this point in the history
  • Loading branch information
hasumikin committed Nov 26, 2024
1 parent 56b8900 commit a3beb7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
#endif

#if defined(PICORUBY_SQLITE3)
#define MEMORY_SIZE (1024*170)
#define MEMORY_SIZE (1024*184)
#else
#define MEMORY_SIZE (1024*180)
#define MEMORY_SIZE (1024*194)
#endif

static uint8_t memory_pool[MEMORY_SIZE];
Expand Down

0 comments on commit a3beb7b

Please sign in to comment.