source: osm/applications/editors/josm/nsis/launch4j.xml@ 17400

Last change on this file since 17400 was 14517, checked in by ulf, 16 years ago

give JOSM a maximum of 512MB heap space

File size: 669 bytes
RevLine 
[2601]1<launch4jConfig>
2 <dontWrapJar>false</dontWrapJar>
3 <headerType>0</headerType>
[5214]4 <jar>../core/dist/josm-custom.jar</jar>
[2601]5 <outfile>josm.exe</outfile>
6 <errTitle></errTitle>
[5159]7 <cmdLine></cmdLine>
[2601]8 <chdir></chdir>
[5159]9 <priority>normal</priority>
10 <downloadUrl>http://java.com/download</downloadUrl>
11 <supportUrl></supportUrl>
[2601]12 <customProcName>false</customProcName>
13 <stayAlive>true</stayAlive>
14 <icon>logo.ico</icon>
15 <jre>
16 <path></path>
17 <minVersion>1.5.0</minVersion>
18 <maxVersion></maxVersion>
[5159]19 <dontUsePrivateJres>false</dontUsePrivateJres>
[10544]20 <initialHeapSize>16</initialHeapSize>
[14517]21 <maxHeapSize>512</maxHeapSize>
[2601]22 </jre>
23</launch4jConfig>
Note: See TracBrowser for help on using the repository browser.