Ollama can retain a model after a request, let it expire, or unload it immediately. Those choices trade warm-request latency for memory headroom. In an isolated Ollama v0.32.13 CPU run, the same pinned request reported load_duration of 858,726,192ns when cold and 77,440,653ns when warm. Immediate unload then ...