[TS-446] Add proxy.config.cache.target_fragment_size based on jira notes.
Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/1b814a78 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/1b814a78 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/1b814a78 Branch: refs/heads/master Commit: 1b814a785c4c60914361595fb0ac21b9fc7ab4af Parents: 5c6c53b Author: Miles Libbey <[email protected]> Authored: Mon Dec 16 13:46:19 2013 -0800 Committer: Miles Libbey <[email protected]> Committed: Mon Dec 16 13:48:26 2013 -0800 ---------------------------------------------------------------------- doc/reference/configuration/records.config.en.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/1b814a78/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 c3c7b80..fd662c5 100644 --- a/doc/reference/configuration/records.config.en.rst +++ b/doc/reference/configuration/records.config.en.rst @@ -1200,7 +1200,13 @@ Cache Control Disable by setting to 0. Note that this setting will not strictly enforce this if the variable ``proxy.config.cache.vary_on_user_agent`` is set to 1 (by default it is 0). - + +.. ts:cv:: CONFIG proxy.config.cache.target_fragment_size INT 1048576 + + Sets the target size of a contiguous fragment of a file in the disk cache. Accepts values that are powers of 2, e.g. 65536, 131072, + 262144, 524288, 1048576, 2097152, etc. When setting this, consider that larger numbers could waste memory on slow connections, + but smaller numbers could increase (waste) seeks. + RAM Cache =========
