From 4ff9092bd9d28a1eeda1dc96f414d43bbc9bf10f Mon Sep 17 00:00:00 2001 From: zzz Date: Wed, 9 Jan 2019 13:29:36 +0000 Subject: [PATCH] Wrapper: Increase default heap to 256 MB --- installer/resources/wrapper.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/resources/wrapper.config b/installer/resources/wrapper.config index 27a97f7641..688092e5b1 100644 --- a/installer/resources/wrapper.config +++ b/installer/resources/wrapper.config @@ -119,14 +119,14 @@ wrapper.java.additional.2.stripquotes=TRUE # The JVM's default is 64MB, and I2P can work fine in that, but to handle # lots of I2PSnark activity in the same JVM, increasing the default max heap # size should help. Feel free to reduce this if not using I2PSnark in the jvm -# High-bandwidth routers may need to increase to 256 or more. +# High-bandwidth routers may need to increase to 512 or more. # # WARNING - for any changes to take effect, you must completely # stop the router and the wrapper. Clicking 'Restart' on your # router console will NOT reread this file! You must # click "Shutdown", wait 11 minutes, then start i2p. # -wrapper.java.maxmemory=128 +wrapper.java.maxmemory=256 # Application parameters. Add parameters as needed starting from 1 wrapper.app.parameter.1=net.i2p.router.Router