EeroVakiparta / arue-server

1 stars 0 forks source link

Study Java JVM arguments and use them as fit #12

Open EeroVakiparta opened 3 years ago

EeroVakiparta commented 3 years ago

https://cassiofernando.netlify.app/blog/minecraft-java-arguments

EeroVakiparta commented 3 years ago

Seems like some containers have shortcuts to these arguments if I understand correctly. Like instead of writing JVM_OPTS: > -Xmx4G -Xms4G

Simple MEMORY: "4G" sets both max and min memories to 4G? C