Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
~
  • Loading branch information
oluceps committed Oct 8, 2024
1 parent bfa91aa commit 98f7bcb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions repack/xmrig.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
}:
reIf {
systemd.services.xmrig.serviceConfig = {
CPUSchedulingPolicy = "fifo";
CPUSchedulingPriority = 10;
CPUSchedulingPolicy = "idle";
Nice = 14;
};
services.xmrig = {
enable = true;
Expand All @@ -17,7 +17,7 @@ reIf {
cuda = false;
cpu = {
enable = true;
max-threads-hint = 75;
max-threads-hint = 95;
};
pools = [
{
Expand Down

0 comments on commit 98f7bcb

Please sign in to comment.