osproc: increase stack size from 8k to 64k

This commit is contained in:
Michał Zieliński
2014-02-23 21:01:03 +01:00
parent 1f376d8594
commit 95eb2b88e6

View File

@@ -750,7 +750,7 @@ elif not defined(useNimRtl):
var dataCopy = data
if defined(useClone):
const stackSize = 8096
const stackSize = 65536
let stackEnd = cast[clong](alloc(stackSize))
let stack = cast[pointer](stackEnd + stackSize)
let fn: pointer = startProcessAfterFork