feat: more ram
This commit is contained in:
parent
88ac767fd2
commit
c523cb48ce
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ in {
|
||||||
# and the user `mc-aged`.
|
# and the user `mc-aged`.
|
||||||
aged = {
|
aged = {
|
||||||
enable = true;
|
enable = true;
|
||||||
jvmMaxAllocation = "12G";
|
jvmMaxAllocation = "15G";
|
||||||
jvmInitialAllocation = "2G";
|
jvmInitialAllocation = "2G";
|
||||||
jvmPackage = pkgs.temurin-bin-17;
|
jvmPackage = pkgs.temurin-bin-17;
|
||||||
jvmOpts = concatStringsSep " " [
|
jvmOpts = concatStringsSep " " [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue