summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdwin Kempin <edwin.kempin@sap.com>2014-11-12 10:05:03 +0100
committerEdwin Kempin <edwin.kempin@sap.com>2014-11-12 14:10:59 +0100
commit7f5a4afdb3090072de27eb348b50a975fefe5c7b (patch)
treed32f3518f4ea13c33d074c01fda2932db1a2c85c
parent04ef5f717d589a5413647c133888d7a2c61759cd (diff)
Fix documentation of the default value for core.streamFileThreshold
Since commit bfe9eec1 the default value for core.streamFileThreshold is 25% of the available JVM heap, limited to 2048m. Change-Id: I9308875e30470dc33bf9b437909842e87f974141 Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
-rw-r--r--Documentation/config-gerrit.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/config-gerrit.txt b/Documentation/config-gerrit.txt
index dee7fd2c8b..d05db320be 100644
--- a/Documentation/config-gerrit.txt
+++ b/Documentation/config-gerrit.txt
@@ -1065,8 +1065,7 @@ Setting this too high may cause the JVM to run out of heap space
when handling very big binary files, such as device firmware or
CD-ROM ISO images.
+
-Default is 50 MiB on all platforms. Prior to Gerrit 2.1.6,
-this value was effectively 2047 MiB.
+Defaults to 25% of the available JVM heap, limited to 2048m.
+
Common unit suffixes of 'k', 'm', or 'g' are supported.