[server] Re-enable stack limit.
This commit is contained in:
parent
bac2ae5bc2
commit
b99097dc0b
1 changed files with 1 additions and 1 deletions
|
@ -700,7 +700,7 @@ func main_0 () (error) {
|
|||
|
||||
debug.SetGCPercent (50)
|
||||
debug.SetMaxThreads (int (128 * (_threads / 64 + 1)))
|
||||
// debug.SetMaxStack (16 * 1024)
|
||||
debug.SetMaxStack (16 * 1024)
|
||||
|
||||
|
||||
_httpServerReduceMemory := false
|
||||
|
|
Loading…
Reference in a new issue