mirror of
https://github.com/3proxy/3proxy.git
synced 2025-02-23 18:45:40 +08:00
increase stack size for FreeBSD
This commit is contained in:
parent
6fcd12cb08
commit
b40e8fae4c
@ -58,7 +58,12 @@ struct extparam conf = {
|
|||||||
NULL, NULL,
|
NULL, NULL,
|
||||||
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,
|
6, 600,
|
||||||
1048576,
|
1048576,
|
||||||
NULL, NULL,
|
NULL, NULL,
|
||||||
|
Loading…
Reference in New Issue
Block a user