doctorray117 / minecraft-ondemand

Templates to deploy a serverless Minecraft Server on demand in AWS
Apache License 2.0
1.68k stars 115 forks source link

Run ECS with Memory/Ram specified for minecraft instance (not an issue) #29

Closed dorffenterprises closed 2 years ago

dorffenterprises commented 2 years ago

you will need to add the following to the Environment variables in the .env

MINECRAFT_IMAGE_ENV_VARS_JSON = { "EULA": "TRUE", "MEMORY": "512M" }

as instructed here: https://github.com/itzg/docker-minecraft-server/blob/master/README.md#memory-limit

dorffenterprises commented 2 years ago

closing as this is a non issue, but wanted others to be able to find it here :)