Skip to content

Commit

Permalink
push percentage of ram to 90
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Harrington committed Jan 8, 2025
1 parent 77ec736 commit 80e7ae4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions jvm.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,37 +4,37 @@
,
"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":{
"url":"https://cdn.azul.com/zulu/bin/"
,
"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":{
"url":"https://cdn.azul.com/zulu/bin/"
,
"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"]
}

}

0 comments on commit 80e7ae4

Please sign in to comment.