mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
linux: avoid NO_HZ_FULL on i686-linux
This is just a stop-gap; seemed better than a real revert.
The issue is from commit 8d3fe232e
(PR #198666).
This commit is contained in:
parent
a1826e78af
commit
636051e353
@ -118,7 +118,7 @@ let
|
||||
|
||||
timer = {
|
||||
# Enable Full Dynticks System.
|
||||
NO_HZ_FULL = yes;
|
||||
NO_HZ_FULL = mkIf stdenv.is64bit yes; # TODO: more precise condition?
|
||||
};
|
||||
|
||||
# Enable NUMA.
|
||||
|
Loading…
Reference in New Issue
Block a user