h0shizaki / minecraft-docker

1 stars 0 forks source link

Add more memory #1

Closed 50bvd closed 2 years ago

50bvd commented 2 years ago

hi, how i modify jvm args for add more ram to my mcsrv container?

50bvd commented 2 years ago

its okay i edit the docker-compose.yml and add MEMORY: "4G" and docker-compose up -d

h0shizaki commented 2 years ago

That right. You can add more configuration in docker-compose.yml. I have added the reference docs of the docker image and some tutorial vdo in README. hope it useful for everyone 😁.