Balenacloud Minecraft Server Double Ram Attribute

On the Balenacloud Minecraft server project page(https://www.balena.io/blog/how-to-create-a-minecraft-server-for-the-pi-4-with-balena/) it says that to double the amount of RAM I need to add the DOUBLE_RAM attribute to true and I cant find where to do that. I want to increase the amount of RAM used for the server to 7GB. I’m running a Raspberry Pi 4 B 8gb version. Can anyone help explain how to increase the RAM amount?

A file has been uploaded using Jellyfish: https://jel.ly.fish/5b88f51c-0302-4a64-b255-0fcb16aab8b3

A file has been uploaded using Jellyfish: https://jel.ly.fish/5b88f51c-0302-4a64-b255-0fcb16aab8b3

Hi, the Minecraft server application used to have a DOUBLE_RAM environmental variable to select whether to start the application with 1GB or 2GB of memory. This was modified to use a RAM environmental variable that can be set to the desired amount of RAM, see https://github.com/AlexProgrammerDE/balena-minecraft-server#custom-ram-optional-link .
To set it, log in to balenaCloud, browse to the Minecraft server application and select the “Environment variables” entry in the sidebar. You can then click the “Add variable” button to create the RAM=2G (or whatever memory you require) environmental variable.

1 Like

Okay Thank you!