Skip to content

Commit b9b6fc8

Browse files
Merge pull request #160 from yasinBursali/fix/apple-llama-memory-limit-var
fix(macos): rename LLAMA_MEMORY_LIMIT to LLAMA_SERVER_MEMORY_LIMIT in apple overlay
2 parents 7655d19 + 55e106f commit b9b6fc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dream-server/docker-compose.apple.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
resources:
1616
limits:
1717
cpus: '${LLAMA_CPU_LIMIT:-8.0}'
18-
memory: ${LLAMA_MEMORY_LIMIT:-32G}
18+
memory: ${LLAMA_SERVER_MEMORY_LIMIT:-32G}
1919
reservations:
2020
cpus: '2.0'
2121
memory: 4G

0 commit comments

Comments
 (0)