Skip to content

Commit 1e3abe7

Browse files
authored
Merge pull request #7154 from kellykelly3/installer-file-fix
Fixed build issue
2 parents 8808013 + 11908a8 commit 1e3abe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-windows-installer.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
<!-- Update configuration file to include jre -->
174174
<property name="inst.property.file" value="${inst-path}/etc/${app.name}.conf" />
175175
<!-- Sets max heap size to be ${jvm.max.mem} which is set in the run-ai-(32/64) target -->
176-
<var name="jvm.args" value="&quot;--branding ${app.name} -J-Xms24m -J-Xmx4G -J-Xverify:none -J-XX:+UseG1GC -J-XX:+UseStringDeduplication -J-Dprism.order=sw &quot;" />
176+
<var name="jvm.args" value="&quot;--branding ${app.name} -J-Xms24m -J-Xmx${jvm.max.mem} -J-XX:MaxPermSize=128M -J-Xverify:none -J-XX:+UseG1GC -J-XX:+UseStringDeduplication -J-Dprism.order=sw &quot;" />
177177
<propertyfile file="${inst.property.file}">
178178
<!-- Note: can be higher on 64 bit systems, should be in sync with project.properties -->
179179
<entry key="default_options" value="@JVM_OPTIONS" />

0 commit comments

Comments
 (0)