From b65678660228aebfe00c870724c4f02ae1cf3a5e Mon Sep 17 00:00:00 2001 From: Betty Date: Tue, 19 May 2026 22:53:03 +0200 Subject: [PATCH] post: commit 19a2864 in bojemoi --- .../commits/2026-05-19-commit-19a2864.md | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 content/posts/commits/2026-05-19-commit-19a2864.md diff --git a/content/posts/commits/2026-05-19-commit-19a2864.md b/content/posts/commits/2026-05-19-commit-19a2864.md new file mode 100644 index 0000000..bbbeb73 --- /dev/null +++ b/content/posts/commits/2026-05-19-commit-19a2864.md @@ -0,0 +1,41 @@ +--- +title: "[bojemoi] fix(ollama): KEEP_ALIVE=-1 pour garder mistral chargé en VRAM" +date: 2026-05-19T22:53:03+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 19a2864 par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `19a2864` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `19a2864882a736c483cc27a94eb0b83cc8161118` | + + +### Description + +Sans KEEP_ALIVE, le modèle se décharge après 5min d'inactivité. +Le cold start sur T400 4GB prend >60s → timeout enrich_tags dans +nuclei-worker. Avec -1, le modèle reste en VRAM indéfiniment +(inference ~0.9s à chaud vs >60s à froid). + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M stack/51-service-ollama.yml +``` + +### Diff Summary + +``` + stack/51-service-ollama.yml | 1 + + 1 file changed, 1 insertion(+) +```