chore(ollama): allow for memory overprovisioning at times of high load/running larger models
All checks were successful
Lint / lint (push) Successful in 54s
Terraform Plan and Apply / cicd (push) Successful in 57s

This commit is contained in:
Ben Martin 2025-03-30 18:32:30 +00:00
parent 7fca126657
commit 3924fb98fc
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

@ -35,8 +35,9 @@ job "ollama" {
}
resources {
cpu = 100
memory = 1024
cpu = 100
memory = 256
memory_max = 4096
}
}