From 7c268ab89bbdfd5f69cf0447d038af5ed48f8ca9 Mon Sep 17 00:00:00 2001 From: David Smith Date: Mon, 11 Jan 2010 13:23:18 -0600 Subject: Added STP_MAXMEMORY documentation. * stap.1.in: Added STP_MAXMEMORY documentation. --- stap.1.in | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/stap.1.in b/stap.1.in index 94833a5f..7c62205b 100644 --- a/stap.1.in +++ b/stap.1.in @@ -1117,6 +1117,13 @@ Maximum number of concurrently armed user-space probes (uprobes), default somewhat larger than the number of user-space probe points named in the script. This pool needs to be potentialy large because individual uprobe objects (about 64 bytes each) are allocated for each process for each matching script-level probe. +.TP +STP_MAXMEMORY +Maximum amount of memory (in kilobytes) that the systemtap module +should use, default unlimited. The memory size includes the size of +the module itself, plus any additional allocations. This only tracks +direct allocations by the systemtap runtime. This does not track +indirect allocations (as done by kprobes/uprobes/etc. internals). .PP With scripts that contain probes on any interrupt path, it is possible that -- cgit