1
0
Fork 0

Switch Airsonic to regular JRE (headfull JRE?)

This commit is contained in:
Aires 2024-05-20 10:32:22 -04:00
parent 11db7e1d22
commit fc314e43e5

View file

@ -134,7 +134,7 @@ in
(pkgs.callPackage ../../packages/airsonic-advanced.nix { inherit lib; })
}/webapps/airsonic.war";
port = 4040;
jre = pkgs.jdk17_headless;
jre = pkgs.jdk17;
jvmOptions = [
"-Dserver.use-forward-headers=true"
"-Xmx4G" # Increase Java heap size to 4GB