Trying bfq scheduler

This commit is contained in:
Emmet
2024-11-08 14:59:53 -06:00
parent be4639509d
commit 33f3d14cbf

View File

@ -33,6 +33,11 @@
hardware.amdgpu.opencl.enable = true;
hardware.amdgpu.amdvlk.enable = true;
# makes disk io not freeze the computer
services.udev.extraRules = ''
ACTION=="add|change", SUBSYSTEM=="block", ENV{ID_SERIAL_SHORT}=="BTKA121225GP512A", ATTR{queue/scheduler}="bfq"
'';
systemd.tmpfiles.rules =
let
rocmEnv = pkgs.symlinkJoin {