From a281b4b8965486f0ef0d21e7debf94e2f0ba6fed Mon Sep 17 00:00:00 2001 From: Holden Date: Fri, 12 Jun 2026 23:40:07 +0000 Subject: [PATCH] docs: add mem_limit guidance for CPU users in README Co-Authored-By: Claude Sonnet 4.6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa5166e..a413ee0 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ services: capabilities: [gpu] ``` -> **CPU users (`:cpu` tag):** remove the `deploy.resources` block — no NVIDIA runtime needed. +> **CPU users (`:cpu` tag):** remove the `deploy.resources` block — no NVIDIA runtime needed. Add `mem_limit: 2g` to the service to prevent an OOM restart loop on large libraries. See [compose.yml](compose.yml) for the full annotated example.