tweaks to ollama upped the cpu limit

This commit is contained in:
Geir Okkenhaug Jerstad 2025-06-14 09:57:40 +02:00
parent e7ff1ae9d0
commit acb6a0b6ce

View file

@ -45,7 +45,7 @@
systemd.services.ollama = {
serviceConfig = {
MemoryMax = "20G";
CPUQuota = "1600%";
CPUQuota = "800%";
};
};