You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2013/09/10 17:09:47 UTC

[21/48] git commit: TS-361 Explain K, M, G and T

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/5.0.x
Commit: d3917df32b01e701adc8aeee59fdb4f511c807f2
Parents: f15a255
Author: Leif Hedstrom <zw...@apache.org>
Authored: Thu Sep 5 21:49:13 2013 -0600
Committer: Leif Hedstrom <zw...@apache.org>
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