Last change
on this file since 3c78981 was
e614b099,
checked in by zzz <zzz@…>, 4 years ago
|
Router: Fix low-memory log messages for non-wrapper (ticket #1795)
Install: Add max memory option to runplain.sh
Build: Fix minimum Java version for Windows
|
-
Property mode set to
100644
|
File size:
744 bytes
|
Line | |
---|
1 | <launch4jConfig> |
---|
2 | <headerType>0</headerType> |
---|
3 | <jar>../build/launchi2p.jar</jar> |
---|
4 | <outfile>../build/i2p.exe</outfile> |
---|
5 | <errTitle>I2P</errTitle> |
---|
6 | <chdir>.</chdir> |
---|
7 | <customProcName>false</customProcName> |
---|
8 | <icon>resources/start.ico</icon> |
---|
9 | <jre> |
---|
10 | <minVersion>1.7.0</minVersion> |
---|
11 | <!-- |
---|
12 | <minHeapSize>64</minHeapSize> |
---|
13 | --> |
---|
14 | <maxHeapSize>128</maxHeapSize> |
---|
15 | <args>-Djava.library.path=.;lib -DloggerFilenameOverride=logs/log-router-@.txt -Dorg.mortbay.http.Version.paranoid=true -Dorg.mortbay.util.FileResource.checkAliases=false</args> |
---|
16 | </jre> |
---|
17 | <splash> |
---|
18 | <file>resources/i2plogo.bmp</file> |
---|
19 | <waitForWindow>false</waitForWindow> |
---|
20 | <timeout>10</timeout> |
---|
21 | <timeoutErr>false</timeoutErr> |
---|
22 | </splash> |
---|
23 | </launch4jConfig> |
---|
Note: See
TracBrowser
for help on using the repository browser.