Compare commits
2 Commits
7e1b478aec
...
83fecc3a2a
| Author | SHA1 | Date | |
|---|---|---|---|
| 83fecc3a2a | |||
| f65c1dd5c3 |
@@ -70,6 +70,13 @@
|
||||
# optimize the store
|
||||
optimise.automatic = true;
|
||||
|
||||
# auto garbage collect old generations
|
||||
gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than 30d";
|
||||
};
|
||||
|
||||
# enable flakes!
|
||||
settings.experimental-features = [
|
||||
"nix-command"
|
||||
@@ -127,6 +134,9 @@
|
||||
# 1gb huge pages
|
||||
"hugepagesz=1G"
|
||||
"hugepages=3"
|
||||
|
||||
# disable compute wave store and resume — workaround for amdgpu MES hangs/freezes
|
||||
"amdgpu.cwsr_enable=0"
|
||||
];
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user