Skip to content

Commit

Permalink
mistral: lower ram usage
Browse files Browse the repository at this point in the history
  • Loading branch information
moni-dz committed Jul 10, 2024
1 parent 8e3f3a3 commit bf36773
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions hosts/mistral/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
openFirewall = true;

jvmOpts = lib.concatStringsSep " " [
"-Xms5000M"
"-Xmx5000M"
"-Xms4500M"
"-Xmx4500M"
"-XX:+UseG1GC"
"-XX:+ParallelRefProcEnabled"
"-XX:MaxGCPauseMillis=200"
Expand Down Expand Up @@ -110,6 +110,11 @@
hash = "sha256-tfYJg+0lRuHGz1Lr4HuTzbPqMZMMcFN30h2lA1WT3WE";
};

"plugins/chunky.jar" = pkgs.fetchurl {
url = "https://cdn.modrinth.com/data/fALzjamp/versions/6ENKPUbu/Chunky-1.4.10.jar";
hash = "sha256-iOyPboWgHpRB5BO+G5fTh42e1cSGPDmBdvwhUCeyn3s";
};

"plugins/viaversion.jar" = pkgs.fetchurl {
url = "https://cdn.modrinth.com/data/P1OZGk5p/versions/543Ndqg7/ViaVersion-5.0.2-SNAPSHOT.jar";
hash = "sha512-vM5wuMXlfskfpIPrhuDB833aWSVyeHanfRkUrpBnCg1AwDA4S7Om9RsZc8WMLf88+VexpzhPfjCljY1qval60g";
Expand Down Expand Up @@ -140,11 +145,6 @@
hash = "sha256-LbiuNnUP+frH0bPV1NNZIzEwaz9w/hOkbbJn+tWbdps";
};

"plugins/chunky.jar" = pkgs.fetchurl {
url = "https://cdn.modrinth.com/data/fALzjamp/versions/6ENKPUbu/Chunky-1.4.10.jar";
hash = "sha512-9ECX3abWDohA8vtdm/nZDHXymfzccdVAahjqjJfQ47ZiqOt75CgkO96FuHEHuz7/50/NbciHuuFJds2UJhlI8w";
};

"plugins/luckperms.jar" = pkgs.fetchurl {
url = "https://download.luckperms.net/1552/bukkit/loader/LuckPerms-Bukkit-5.4.137.jar";
hash = "sha256-nvSzZsCxb8ZaVKVK3RFkG9KzZipCmYoanCCJuNnEc88";
Expand Down

0 comments on commit bf36773

Please sign in to comment.