Commit 55e106f
fix(macos): rename LLAMA_MEMORY_LIMIT to LLAMA_SERVER_MEMORY_LIMIT in apple overlay
docker-compose.apple.yml used LLAMA_MEMORY_LIMIT but .env.example,
.env.schema.json, docker-compose.nvidia.yml, and the llama-server README
all document LLAMA_SERVER_MEMORY_LIMIT as the canonical variable name.
The mismatch meant the user's memory limit setting was silently ignored
on the macOS CPU path, always falling back to the 32G hardcoded default.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 798e1f5 commit 55e106f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments