Updated Branches: refs/heads/master f15a2559a -> d3917df32
TS-361 Explain K, M, G and T Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/d3917df3 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/d3917df3 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/d3917df3 Branch: refs/heads/master Commit: d3917df32b01e701adc8aeee59fdb4f511c807f2 Parents: f15a255 Author: Leif Hedstrom <[email protected]> Authored: Thu Sep 5 21:49:13 2013 -0600 Committer: Leif Hedstrom <[email protected]> Committed: Thu Sep 5 21:49:13 2013 -0600 ---------------------------------------------------------------------- doc/reference/configuration/records.config.en.rst | 8 ++++---- doc/reference/configuration/storage.config.en.rst | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/d3917df3/doc/reference/configuration/records.config.en.rst ---------------------------------------------------------------------- diff --git a/doc/reference/configuration/records.config.en.rst b/doc/reference/configuration/records.config.en.rst index 0652198..83e8bd4 100644 --- a/doc/reference/configuration/records.config.en.rst +++ b/doc/reference/configuration/records.config.en.rst @@ -57,10 +57,10 @@ e.g. *32768*. They can also be expressed using more human readable values using standard prefixes, e.g. *32K*. The following prefixes are supported for all ``INT` type configurations :: - - ``K`` Kilobytes - - ``M`` Megabytes - - ``G`` Gigabytes - - ``T`` Terabytes + - ``K`` Kilobytes (1024 bytes) + - ``M`` Megabytes (1,048,576 bytes) + - ``G`` Gigabytes (1,073,741,824 bytes + - ``T`` Terabytes (1,099,511,627,776 bytes) .. note:: http://git-wip-us.apache.org/repos/asf/trafficserver/blob/d3917df3/doc/reference/configuration/storage.config.en.rst ---------------------------------------------------------------------- diff --git a/doc/reference/configuration/storage.config.en.rst b/doc/reference/configuration/storage.config.en.rst index 4b7575c..14d811e 100644 --- a/doc/reference/configuration/storage.config.en.rst +++ b/doc/reference/configuration/storage.config.en.rst @@ -61,10 +61,10 @@ more information. As with standard ``records.config`` integers, human readable prefixes are also supported. They include:: - - ``K`` Kilobytes - - ``M`` Megabytes - - ``G`` Gigabytes - - ``T`` Terabytes + - ``K`` Kilobytes (1024 bytes) + - ``M`` Megabytes (1,048,576 bytes) + - ``G`` Gigabytes (1,073,741,824 bytes + - ``T`` Terabytes (1,099,511,627,776 bytes) Examples
