From b40e8fae4c741f50b79c08dde0fc7772b7a85b79 Mon Sep 17 00:00:00 2001 From: z3APA3A <3APA3A@3proxy.ru> Date: Fri, 19 Feb 2016 19:44:38 +0300 Subject: [PATCH] increase stack size for FreeBSD --- src/common.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/common.c b/src/common.c index 608211b..96cb5d8 100644 --- a/src/common.c +++ b/src/common.c @@ -58,7 +58,12 @@ struct extparam conf = { NULL, NULL, NULL, NULL, - 8192, 0, -1, 0, 0, 0, 0, 0, 500, 0, 0, 0, +#ifdef __FreeBSD__ + 16384, +#else + 0 +#endif + 0, -1, 0, 0, 0, 0, 0, 500, 0, 0, 0, 6, 600, 1048576, NULL, NULL,