summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS9
1 files changed, 4 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index fea10b17..2471c3af 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
* What's new
+- Cache limiting is now available. If the compiled module cache size is
+ over a limit specified in the $SYSTEMTAP_DIR/cache/cache_mb_limit file,
+ some old cache entries will be unlinked. See man stap(1) for more.
+
- Error and warning messages are now followed by source context displaying
the erroneous line/s and a handy '^' in the following line pointing to the
appropriate column.
@@ -96,11 +100,6 @@
but is for some reason unavailable.) In return probes only, $$return
expands to an empty string for a void function, or "return=0xf00".
-- Cache limiting is now available. If the cache is over a specified limit,
- cached modules/sources are unlinked until the total cache size is below
- the limit.
-
- See stap(1) for use.
* What's new in version 0.7