summaryrefslogtreecommitdiffstats
path: root/stap.1.in
diff options
context:
space:
mode:
authorKent Sebastian <ksebasti@toddy.(none)>2008-10-10 16:03:35 -0400
committerKent Sebastian <ksebasti@toddy.(none)>2008-10-10 16:03:35 -0400
commite10599ffadb4cd177581a36feb8485028c9fbf7b (patch)
tree7186df4920eade54c2a4cad5595767a304e3cb78 /stap.1.in
parentf67f24c15aa9bde315142e1e3bb533876841b52a (diff)
downloadsystemtap-steved-e10599ffadb4cd177581a36feb8485028c9fbf7b.tar.gz
systemtap-steved-e10599ffadb4cd177581a36feb8485028c9fbf7b.tar.xz
systemtap-steved-e10599ffadb4cd177581a36feb8485028c9fbf7b.zip
Added cache limiting info to man page and NEWS.
Diffstat (limited to 'stap.1.in')
-rw-r--r--stap.1.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/stap.1.in b/stap.1.in
index 0546d022..b7c116ca 100644
--- a/stap.1.in
+++ b/stap.1.in
@@ -865,7 +865,13 @@ script is translated again assuming the same conditions exist (same kernel
version, same systemtap version, etc.). Cached files are stored in
the
.I $SYSTEMTAP_DIR/cache
-directory, which may be periodically cleaned/erased by the user.
+directory. The cache can be limited by having the file
+.I cache_mb_limit
+placed in the cache directory (shown above) containing only an ASCII
+integer representing how many MiB the cache should not exceed. Note that
+this is a 'soft' limit in that the cache will be cleaned after a new entry
+is added, so the cache size may temporarily exceed this limit. In the
+absence of this file, cache cleaning is up to the user.
.SH SAFETY AND SECURITY
Systemtap is an administrative tool. It exposes kernel internal data