diff --git a/docs/evals/2026-08-03-llama-prompt-cache.md b/docs/evals/2026-08-03-llama-prompt-cache.md index 1a7c48d..70d6436 100644 --- a/docs/evals/2026-08-03-llama-prompt-cache.md +++ b/docs/evals/2026-08-03-llama-prompt-cache.md @@ -75,3 +75,10 @@ scraped llama-server's stderr for the listen line and discarded it, and never piped stdout at all. Both streams now go to mavend's log with a `llama:` prefix. The last 12 startup lines go into the error when the server dies before it listens. + +## Deployed + +The `mavenai:latest` image was rebuilt and `maven-mavend-1` recreated the same +day. The daemon's own log now carries the child's startup, it reads +`prompt cache is enabled, size limit: 512 MiB`, and the resident server sat at +439MB RSS after load and 613MB after one served turn.