From 2f9f9366ee44533a32e16853e8ba453f4fa2cba3 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Fri, 10 Oct 2008 18:00:47 -0400 Subject: reword NEWS blurb on cache limiting --- NEWS | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 14bdc896..f7759a59 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. + - A bug reporting tool "stap-report" is now available which will quickly retrieve much of the information requested here: http://sourceware.org/systemtap/wiki/HowToReportBugs @@ -92,11 +96,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 -- cgit