Skip to content

Commit

Permalink
Remove numa from RTS flags
Browse files Browse the repository at this point in the history
  • Loading branch information
amitaibu authored Jun 26, 2024
1 parent 31ae4c8 commit f3e34a8
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 f3e34a8

Please sign in to comment.