It also means you should use posix_spawn instead of fork+exec since you can control when the page faults occur better.
It also means you should use posix_spawn instead of fork+exec since you can control when the page faults occur better.