Skip to content

Commit

Permalink
increasing the ram allocation
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus committed Jan 7, 2025
1 parent e4e9de2 commit 2ad35f3
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions jvm.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,37 @@
,
"type":"tar.gz",
"name":"zulu8.78.0.19-ca-fx-jdk8.0.412-linux_x64",
"jvmargs":["-Dprism.forceGPU=true"]
"jvmargs":["-Dprism.forceGPU=true","-XX:MaxRAMPercentage=75.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"]
"jvmargs":["-Dprism.forceGPU=true","-XX:MaxRAMPercentage=75.0"]

},
"Windows-x64":{
"url":"https://cdn.azul.com/zulu/bin/"
,
"type":"zip",
"name":"zulu8.78.0.19-ca-fx-jdk8.0.412-win_x64"
"name":"zulu8.78.0.19-ca-fx-jdk8.0.412-win_x64",
"jvmargs":["-XX:MaxRAMPercentage=75.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"]
"jvmargs":["-Dprism.forceGPU=true","-XX:MaxRAMPercentage=75.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"]
"jvmargs":["-Dprism.forceGPU=true","-XX:MaxRAMPercentage=75.0"]
}

}

0 comments on commit 2ad35f3

Please sign in to comment.