forked from lix-project/lix
d34d2b2bbf
In low memory environments, "nix-env -qa" failed because the fork to run the pager hit the kernel's overcommit limits. Using posix_spawn gets around this. (Actually, you have to use posix_spawn with the undocumented POSIX_SPAWN_USEVFORK flag, otherwise it just uses fork/exec...) |
||
---|---|---|
.. | ||
local.mk | ||
nix-main.pc.in | ||
shared.cc | ||
shared.hh | ||
stack.cc |