Skip to content

Allowed Ram

By default, Nova will only allow 2GB for each individual server.

You can modify the allowed RAM using the allowedRam(amount, RamAmount) method, where RamAmount is the RAM type (GB, MB).

groovy
runServer {
    minecraftVersion("1.21.4")
    ramAmount(4, RamAmount.GIGABYTE)
}

Released under the MIT License.