flake icon indicating copy to clipboard operation
flake copied to clipboard

Guard resources with semaphores

Open garious opened this issue 8 years ago • 0 comments

Processes are currently forked as soon as an opportunity for parallelization is identified. When the process requires more memory than what is available, the additional paging causes a slowdown. The scheduler should wait until previous processes have completed before forking the next.

garious avatar Apr 06 '16 15:04 garious