blob: a21d0ba2221f155fd0d11ac72721b15efd8d4b62 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- secmem/secmem.c.orig 2016-04-14 14:39:51 UTC
+++ secmem/secmem.c
@@ -88,7 +88,7 @@ log_fatal(char *template, ...)
# define MAP_ANONYMOUS MAP_ANON
#endif
-#define DEFAULT_POOLSIZE 16384
+#define DEFAULT_POOLSIZE 16384*4
typedef struct memblock_struct MEMBLOCK;
struct memblock_struct {
|