From: Joel Rosdahl Date: Thu, 4 Dec 2014 21:09:52 +0000 (+0100) Subject: doc: Add missing documentation for max_files and max_size options X-Git-Tag: v3.2.1~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=380d473fe97634320de1808c560b35fc7010f629;p=thirdparty%2Fccache.git doc: Add missing documentation for max_files and max_size options --- diff --git a/MANUAL.txt b/MANUAL.txt index 0504de87a..4ac113e12 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -376,6 +376,17 @@ WRAPPERS>>. If set to a file path, ccache will write information on what it is doing to the specified file. This is useful for tracking down problems. +*max_files* (*CCACHE_MAXFILES*):: + + This option specifies the maximum number of files to keep in the cache. Use + 0 for no limit (which is the default). + +*max_size* (*CCACHE_MAXSIZE*):: + + This option specifies the maximum size of the cache. Use 0 for no limit. + The default value is 5G. Available suffixes: k, M, G, T (decimal) and Ki, + Mi, Gi, Ti (binary). The default suffix is "G". + *path* (*CCACHE_PATH*):: If set, ccache will search directories in this list when looking for the