summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@sonymobile.com>2014-11-13 00:41:22 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-11-13 00:41:23 +0000
commit08314c5fcbf6ae5dc62a946099ae0a94233d1d67 (patch)
tree119688c5b1a53248f90703c32f4245d2d290d694
parentf8fd16b13503c2ac290c70b1b5bef639aed93458 (diff)
parent7f5a4afdb3090072de27eb348b50a975fefe5c7b (diff)
Merge "Fix documentation of the default value for core.streamFileThreshold" into stable-2.9
-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.