Set max heap size to 512 MiB as launch4j JVM parameter

This commit is contained in:
0xboobface 2018-08-16 17:29:49 +02:00
parent 18b785811b
commit 3d1e3e1fcf
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@
<path>jre</path>
<bundledJre64Bit>true</bundledJre64Bit>
<minVersion>1.8.0</minVersion>
<maxHeapSize>512</maxHeapSize>
</jre>
<versionInfo>
<fileVersion>${project.version}.0</fileVersion>