]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
doc: Add missing documentation for max_files and max_size options
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 4 Dec 2014 21:09:52 +0000 (22:09 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 4 Dec 2014 21:09:52 +0000 (22:09 +0100)
MANUAL.txt

index 0504de87a8928c7f51e32c7bf9cd103ca9db4753..4ac113e12154d472934b2f56b8f3df2fba31e60f 100644 (file)
@@ -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