mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-15 07:43:26 +00:00
osproc: increase stack size from 8k to 64k
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user