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>
This commit is contained in:
Edwin Kempin 2014-11-12 10:05:03 +01:00
parent 04ef5f717d
commit 7f5a4afdb3

View File

@ -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 when handling very big binary files, such as device firmware or
CD-ROM ISO images. CD-ROM ISO images.
+ +
Default is 50 MiB on all platforms. Prior to Gerrit 2.1.6, Defaults to 25% of the available JVM heap, limited to 2048m.
this value was effectively 2047 MiB.
+ +
Common unit suffixes of 'k', 'm', or 'g' are supported. Common unit suffixes of 'k', 'm', or 'g' are supported.