forked from I2P_Developers/i2p.i2p
increase standalone to 128MB max mem
This commit is contained in:
@@ -10,8 +10,8 @@
|
|||||||
<minVersion>1.5.0</minVersion>
|
<minVersion>1.5.0</minVersion>
|
||||||
<!--
|
<!--
|
||||||
<minHeapSize>64</minHeapSize>
|
<minHeapSize>64</minHeapSize>
|
||||||
<maxHeapSize>64</maxHeapSize>
|
|
||||||
-->
|
-->
|
||||||
|
<maxHeapSize>128</maxHeapSize>
|
||||||
<args>-Djava.library.path=.;lib -DloggerFilenameOverride=logs/log-router-@.txt -Dorg.mortbay.http.Version.paranoid=true -Dorg.mortbay.util.FileResource.checkAliases=false</args>
|
<args>-Djava.library.path=.;lib -DloggerFilenameOverride=logs/log-router-@.txt -Dorg.mortbay.http.Version.paranoid=true -Dorg.mortbay.util.FileResource.checkAliases=false</args>
|
||||||
</jre>
|
</jre>
|
||||||
<splash>
|
<splash>
|
||||||
|
|||||||
@@ -6,6 +6,11 @@
|
|||||||
# router console will NOT reread this file! You must
|
# router console will NOT reread this file! You must
|
||||||
# click "Shutdown", wait 11 minutes, then start i2p.
|
# click "Shutdown", wait 11 minutes, then start i2p.
|
||||||
#
|
#
|
||||||
|
# WARNING - The wrapper is NOT run (and this file is not used)
|
||||||
|
# if you start I2P with the 'no window' icon on Windows, or
|
||||||
|
# with the runplain.sh script on Linux. Use the 'restartable'
|
||||||
|
# icon on Windows or the i2prouter script on Linux to run the wrapper.
|
||||||
|
#
|
||||||
#********************************************************************
|
#********************************************************************
|
||||||
# Java Application
|
# Java Application
|
||||||
wrapper.java.command=java
|
wrapper.java.command=java
|
||||||
|
|||||||
Reference in New Issue
Block a user