tweaks to ollama upped the cpu limit
This commit is contained in:
parent
d4436fe7f3
commit
e7ff1ae9d0
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
||||||
systemd.services.ollama = {
|
systemd.services.ollama = {
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
MemoryMax = "20G";
|
MemoryMax = "20G";
|
||||||
CPUQuota = "800%";
|
CPUQuota = "1600%";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue