From 80e7ae4af841c4957a6256f2b88c6403d0ca0fee Mon Sep 17 00:00:00 2001 From: Kevin Harrington Date: Wed, 8 Jan 2025 09:57:03 -0500 Subject: [PATCH] push percentage of ram to 90 --- jvm.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/jvm.json b/jvm.json index d8b01e1d0..c7cc3a094 100644 --- a/jvm.json +++ b/jvm.json @@ -4,14 +4,14 @@ , "type":"tar.gz", "name":"zulu8.78.0.19-ca-fx-jdk8.0.412-linux_x64", - "jvmargs":["-Dprism.forceGPU=true","-XX:MaxRAMPercentage=75.0"] + "jvmargs":["-Dprism.forceGPU=true","-XX:MaxRAMPercentage=90.0"] }, "Linux-aarch64":{ "url":"https://cdn.azul.com/zulu/bin/" , "type":"tar.gz", "name":"zulu8.78.0.19-ca-fx-jdk8.0.412-linux_aarch64", - "jvmargs":["-Dprism.forceGPU=true","-XX:MaxRAMPercentage=75.0"] + "jvmargs":["-Dprism.forceGPU=true","-XX:MaxRAMPercentage=90.0"] }, "Windows-x64":{ @@ -19,7 +19,7 @@ , "type":"zip", "name":"zulu8.78.0.19-ca-fx-jdk8.0.412-win_x64", - "jvmargs":["-XX:MaxRAMPercentage=75.0"] + "jvmargs":["-XX:MaxRAMPercentage=90.0"] }, "Mac-x64":{ @@ -27,14 +27,14 @@ , "type":"zip", "name":"zulu8.78.0.19-ca-fx-jdk8.0.412-macosx_x64", - "jvmargs":["-Dprism.forceGPU=true","-XX:MaxRAMPercentage=75.0"] + "jvmargs":["-Dprism.forceGPU=true","-XX:MaxRAMPercentage=90.0"] }, "Mac-aarch64":{ "url":"https://cdn.azul.com/zulu/bin/" , "type":"zip", "name":"zulu8.78.0.19-ca-fx-jdk8.0.412-macosx_aarch64", - "jvmargs":["-Dprism.forceGPU=true","-XX:MaxRAMPercentage=75.0"] + "jvmargs":["-Dprism.forceGPU=true","-XX:MaxRAMPercentage=90.0"] } } \ No newline at end of file