diff options
Diffstat (limited to 'main/pmacct/stacksize.patch')
-rw-r--r-- | main/pmacct/stacksize.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/pmacct/stacksize.patch b/main/pmacct/stacksize.patch index 3d2279166d..96d6b00c56 100644 --- a/main/pmacct/stacksize.patch +++ b/main/pmacct/stacksize.patch @@ -5,7 +5,7 @@ #endif +/* set default stack size to 1MB */ -+#define PMACCT_STACKSIZE 1024*1014 ++#define PMACCT_STACKSIZE 1024*1024 thread_pool_t *allocate_thread_pool(int count) { |