From c3a2adc97e389d984df1b59ee0901ac61809330d Mon Sep 17 00:00:00 2001 From: zzz <zzz@mail.i2p> Date: Fri, 13 Jun 2008 17:19:42 +0000 Subject: [PATCH] minor updates --- installer/resources/small/README.txt | 8 +++++--- installer/resources/small/router.config | 1 + 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/installer/resources/small/README.txt b/installer/resources/small/README.txt index e59dd3a954..fb6b2bb9fa 100644 --- a/installer/resources/small/README.txt +++ b/installer/resources/small/README.txt @@ -6,9 +6,11 @@ They disable the following: - SAM - SusiDNS - SusiMail + - Don't include the history file And reduce the following: - - JVM heap size - - Logging file size - - Exploratory tunnel length + - JVM heap size (64MB) + - Logging file size (128KB, 2 files) + - Exploratory tunnel length (2+0) - Full stats disabled + - No graphs enabled by default diff --git a/installer/resources/small/router.config b/installer/resources/small/router.config index 2034410f8b..d7406ec5a1 100644 --- a/installer/resources/small/router.config +++ b/installer/resources/small/router.config @@ -3,3 +3,4 @@ router.inboundPool.lengthVariance=1 router.outboundPool.length=1 router.outboundPool.lengthVariance=1 stat.full=false +stat.summaries=none -- GitLab