From c3631f1ef8edd138d5ad57893b545666bdf5556e Mon Sep 17 00:00:00 2001 From: William Date: Mon, 2 Jun 2025 19:29:24 -0300 Subject: [PATCH] jvm options --- hosts/modules/trantor/minecraft.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/modules/trantor/minecraft.nix b/hosts/modules/trantor/minecraft.nix index 8933cf0..44b8532 100644 --- a/hosts/modules/trantor/minecraft.nix +++ b/hosts/modules/trantor/minecraft.nix @@ -7,6 +7,7 @@ servers.fabric = { enable = true; package = pkgs.fabricServers.fabric-1_21_5; + jvmOpts = "-Xms2G -Xmx8G"; openFirewall = true; serverProperties = { server-port = 25566;