From bfb714119aa3055b9d2379db90d75a860aeef7fa Mon Sep 17 00:00:00 2001 From: satr14 Date: Sat, 6 Jun 2026 22:48:45 +0700 Subject: [PATCH] set mc client mem --- modules/home/core/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/core/shell.nix b/modules/home/core/shell.nix index 7c69e47..74bfd8f 100644 --- a/modules/home/core/shell.nix +++ b/modules/home/core/shell.nix @@ -67,7 +67,7 @@ "fg-create-repo" = "git remote add origin ${git.server}/${git.username}/$(basename $PWDw).git && git push"; "convert-pdf" = "libreoffice --headless --convert-to pdf"; - "mcl" = "portablemc start -l $(cat ~/.minecraft/portablemc-launch-params.json | jq -r .email) $(cat ~/.minecraft/portablemc-launch-params.json | jq -r .version)"; + "mcl" = "portablemc start -l $(cat ~/.minecraft/portablemc-launch-params.json | jq -r .email) $(cat ~/.minecraft/portablemc-launch-params.json | jq -r .version) --jvm-arg=-Xmx6G"; "mc" = "ferium upgrade; mcl"; }; initContent = ''