Increase the cache TTL for loaded models
This commit is contained in:
parent
4dd9795b0b
commit
69d53d4d8a
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ Description=A local LLM server
|
||||||
AutoUpdate=registry
|
AutoUpdate=registry
|
||||||
ContainerName=ollama
|
ContainerName=ollama
|
||||||
DropCapability=ALL
|
DropCapability=ALL
|
||||||
Environment=OLLAMA_KEEP_ALIVE=10m
|
Environment=OLLAMA_KEEP_ALIVE=30m
|
||||||
HealthCmd=ollama list
|
HealthCmd=ollama list
|
||||||
# HealthInterval=30s
|
# HealthInterval=30s
|
||||||
# HealthStartPeriod=15s
|
# HealthStartPeriod=15s
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue