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.