[server] Re-enable stack limit.

This commit is contained in:
Ciprian Dorin Craciun 2021-12-16 15:41:41 +02:00
parent bac2ae5bc2
commit b99097dc0b

View file

@ -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