Skip to content

Commit

Permalink
Increase minecraft RAM to see if it solves the crashes
Browse files Browse the repository at this point in the history
  • Loading branch information
natanbc committed Dec 23, 2024
1 parent 279946a commit 1097c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hosts/galapagos/services/minecraft-server.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ in {
symlinks = {
"mods" = "${modpack}/mods";
};
jvmOpts = "-Xms1G -Xmx6G -XX:+UseParallelGC";
jvmOpts = "-Xms1G -Xmx8G -XX:+UseParallelGC";
};
};
}

0 comments on commit 1097c5a

Please sign in to comment.