File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 173
173
<!-- Update configuration file to include jre -->
174
174
<property name =" inst.property.file" value =" ${inst-path}/etc/${app.name}.conf" />
175
175
<!-- 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 =" " --branding ${app.name} -J-Xms24m -J-Xmx4G -J-Xverify:none -J-XX:+UseG1GC -J-XX:+UseStringDeduplication -J-Dprism.order=sw " " />
176
+ <var name =" jvm.args" value =" " --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 " " />
177
177
<propertyfile file =" ${inst.property.file}" >
178
178
<!-- Note: can be higher on 64 bit systems, should be in sync with project.properties -->
179
179
<entry key =" default_options" value =" @JVM_OPTIONS" />
You can’t perform that action at this time.
0 commit comments