Updated Branches: refs/heads/master 6da47d5c4 -> 182405352
TS-858 Updated the docs to 128MB examples This avoids the confusion of examples being smaller than the minimum disk cache size we have. Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/18240535 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/18240535 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/18240535 Branch: refs/heads/master Commit: 182405352dd62726e532135bad155df57e5d8014 Parents: 6da47d5 Author: Leif Hedstrom <[email protected]> Authored: Wed Sep 4 13:00:01 2013 -0600 Committer: Leif Hedstrom <[email protected]> Committed: Wed Sep 4 13:00:08 2013 -0600 ---------------------------------------------------------------------- doc/reference/configuration/storage.config.en.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/18240535/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 6440894..d216846 100644 --- a/doc/reference/configuration/storage.config.en.rst +++ b/doc/reference/configuration/storage.config.en.rst @@ -58,15 +58,15 @@ However, some operating systems have stronger requirements - see the following e Examples ======== -The following basic example shows 64 MB of cache storage in the +The following basic example shows 128 MB of cache storage in the ``/big_dir`` directory:: - /big_dir 67108864 + /big_dir 134217728 You can use the ``.`` symbol for the current directory. Here is an example for 64 MB of cache storage in the current directory:: - . 67108864 + . 134217728 Solaris Example ---------------
