You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
298 B
12 lines
298 B
--- 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 {
|