From 380d473fe97634320de1808c560b35fc7010f629 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Thu, 4 Dec 2014 22:09:52 +0100 Subject: [PATCH] doc: Add missing documentation for max_files and max_size options --- MANUAL.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 -- 2.47.3