From 96090cb604fc8adc7f604b422b61e3a21338a0a0 Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Thu, 16 Apr 2026 03:47:59 +0300 Subject: [PATCH] Increase the cache TTL for loaded models --- .config/containers/systemd/ollama.container | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/containers/systemd/ollama.container b/.config/containers/systemd/ollama.container index d47f626..500baad 100644 --- a/.config/containers/systemd/ollama.container +++ b/.config/containers/systemd/ollama.container @@ -6,7 +6,7 @@ Description=A local LLM server AutoUpdate=registry ContainerName=ollama DropCapability=ALL -Environment=OLLAMA_KEEP_ALIVE=10m +Environment=OLLAMA_KEEP_ALIVE=30m HealthCmd=ollama list # HealthInterval=30s # HealthStartPeriod=15s