-
- Downloads
Switched Subprocess class from using fork-exec to using posix_spawn.
This allows spawning a subprocess from a process using lots of memory without issue. Otherwise the kernel will make sure we have in memeory+swap enough to accomodate 2*size of the parent process.
Please register or sign in to comment