Skip to content
Snippets Groups Projects
Commit 2aeae3ed authored by Eric Cano's avatar Eric Cano
Browse files

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.
parent 44fcf9f1
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment