Skip to content

Commit

Permalink
Merge pull request #1981 from digitallyinduced/amitaibu-patch-4
Browse files Browse the repository at this point in the history
Remove `numa` from RTS flags
  • Loading branch information
mpscholten authored Jun 26, 2024
2 parents 31ae4c8 + f3e34a8 commit 1907add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NixSupport/nixosModules/options.nix
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ with lib;

rtsFlags = mkOption {
type = types.str;
default = "-A96m -n4m -N --numa";
default = "-A96m -n4m -N";
};
};
}
Expand Down

0 comments on commit 1907add

Please sign in to comment.