tweaks to ollama upped the cpu limit

This commit is contained in:
Geir Okkenhaug Jerstad 2025-06-14 09:43:34 +02:00
parent d4436fe7f3
commit e7ff1ae9d0

View file

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