From 5acc56c1847f41e2d83eb6ca607179fb63a6b0ca Mon Sep 17 00:00:00 2001 From: zzz <zzz@mail.i2p> Date: Tue, 2 Dec 2008 16:23:54 +0000 Subject: [PATCH] increase standalone to 128MB max mem --- installer/i2pstandalone.xml | 2 +- installer/resources/wrapper.config | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/installer/i2pstandalone.xml b/installer/i2pstandalone.xml index 0044dd15ec..9a6f0a6595 100644 --- a/installer/i2pstandalone.xml +++ b/installer/i2pstandalone.xml @@ -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> diff --git a/installer/resources/wrapper.config b/installer/resources/wrapper.config index d546dbeff5..2550f4e3dc 100644 --- a/installer/resources/wrapper.config +++ b/installer/resources/wrapper.config @@ -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 -- GitLab