1 --- secmem/secmem.c.orig	2024-02-26 14:24:12 UTC
2 +++ secmem/secmem.c
3 @@ -84,7 +84,7 @@ log_fatal(char *template, ...)
4  #  define MAP_ANONYMOUS MAP_ANON
5  #endif
6 
7 -#define DEFAULT_POOLSIZE 16384
8 +#define DEFAULT_POOLSIZE 16384*4
9 
10  typedef struct memblock_struct MEMBLOCK;
11  struct memblock_struct {
12