docker-ark-server
docker-ark-server copied to clipboard
Memory
Is there an environment variable to set memory?
Hey @RemainingToast ,
TBH I'm unsure if it's possible to limit the memory for ark on the application-side.
But you could start the container itself with limited resources like so:
version: '3'
# [...]
services:
server:
# [...]
resources:
limits:
memory: 2G
Nevertheless I'm unsure what min-memory ARK requires.
Regards (=