From 2ad35f38bd16a212ff49594c70d086bc670fa30c Mon Sep 17 00:00:00 2001 From: Kevin harrington Date: Tue, 7 Jan 2025 18:20:21 -0500 Subject: [PATCH] increasing the ram allocation --- jvm.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/jvm.json b/jvm.json index 706675686..d8b01e1d0 100644 --- a/jvm.json +++ b/jvm.json @@ -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"] } } \ No newline at end of file