From acb6a0b6ce771b3b0e01b41c1ce2b91987259611 Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Sat, 14 Jun 2025 09:57:40 +0200 Subject: [PATCH] tweaks to ollama upped the cpu limit --- machines/grey-area/services/ollama.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/grey-area/services/ollama.nix b/machines/grey-area/services/ollama.nix index 5317cfe..7b847be 100644 --- a/machines/grey-area/services/ollama.nix +++ b/machines/grey-area/services/ollama.nix @@ -45,7 +45,7 @@ systemd.services.ollama = { serviceConfig = { MemoryMax = "20G"; - CPUQuota = "1600%"; + CPUQuota = "800%"; }; };