I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 5acc56c1 authored by zzz's avatar zzz
Browse files

increase standalone to 128MB max mem

parent c524231c
No related branches found
No related tags found
No related merge requests found
......@@ -10,8 +10,8 @@
<minVersion>1.5.0</minVersion>
<!--
<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>
</jre>
<splash>
......
......@@ -6,6 +6,11 @@
# router console will NOT reread this file! You must
# 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
wrapper.java.command=java
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment