diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-10-10 18:00:47 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-10-10 18:00:47 -0400 |
commit | 2f9f9366ee44533a32e16853e8ba453f4fa2cba3 (patch) | |
tree | a67be9750b7831e11b167e568a35f6f4766af8df /NEWS | |
parent | 29316ceffd485e650e198f443c5f622616e664a1 (diff) | |
download | systemtap-steved-2f9f9366ee44533a32e16853e8ba453f4fa2cba3.tar.gz systemtap-steved-2f9f9366ee44533a32e16853e8ba453f4fa2cba3.tar.xz systemtap-steved-2f9f9366ee44533a32e16853e8ba453f4fa2cba3.zip |
reword NEWS blurb on cache limiting
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -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 |