Switch Airsonic to regular JRE (headfull JRE?)
This commit is contained in:
parent
11db7e1d22
commit
fc314e43e5
|
@ -134,7 +134,7 @@ in
|
||||||
(pkgs.callPackage ../../packages/airsonic-advanced.nix { inherit lib; })
|
(pkgs.callPackage ../../packages/airsonic-advanced.nix { inherit lib; })
|
||||||
}/webapps/airsonic.war";
|
}/webapps/airsonic.war";
|
||||||
port = 4040;
|
port = 4040;
|
||||||
jre = pkgs.jdk17_headless;
|
jre = pkgs.jdk17;
|
||||||
jvmOptions = [
|
jvmOptions = [
|
||||||
"-Dserver.use-forward-headers=true"
|
"-Dserver.use-forward-headers=true"
|
||||||
"-Xmx4G" # Increase Java heap size to 4GB
|
"-Xmx4G" # Increase Java heap size to 4GB
|
||||||
|
|
Loading…
Reference in a new issue