updating jeeves llm setting

This commit is contained in:
2025-09-01 12:36:22 -04:00
parent a7b336a7de
commit 7137435703

View File

@@ -23,4 +23,16 @@ in
openFirewall = true; openFirewall = true;
}; };
}; };
systemd.services = {
ollama.serviceConfig = {
Nice = 19;
IOSchedulingPriority = 7;
};
ollama-model-loader.serviceConfig = {
Nice = 19;
CPUWeight = 50;
IOSchedulingClass = "idle";
IOSchedulingPriority = 7;
};
};
} }