docker-ark-server icon indicating copy to clipboard operation
docker-ark-server copied to clipboard

Memory

Open dG9hc3Q opened this issue 2 years ago • 1 comments

Is there an environment variable to set memory?

dG9hc3Q avatar Nov 15 '22 15:11 dG9hc3Q

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 (=

Hermsi1337 avatar Dec 06 '22 09:12 Hermsi1337