diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-11-30 22:47:11 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-11-30 22:47:11 +0000 |
| commit | f3d52f6b646fa67fe79eb95a0637de321db762f5 (patch) | |
| tree | cbf3e280a880743101bb518554e5d08e89ad1c67 /modules | |
| parent | fixed bugs on station/amd (diff) | |
maybe this makes it use 50% cores
Diffstat (limited to '')
| -rw-r--r-- | modules/monero/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/monero/default.nix b/modules/monero/default.nix index d8631ef..deb61bb 100644 --- a/modules/monero/default.nix +++ b/modules/monero/default.nix @@ -22,10 +22,11 @@ settings = { autosave = false; + maxThreadsHint = 50; cpu = { rx = { enabled = true; - threads = 12; + # threads = 12; }; }; |
