From 744cf3ab2a4735510874646ac720b4b28701f16f Mon Sep 17 00:00:00 2001 From: William Cohen Date: Wed, 10 Dec 2008 15:22:53 -0500 Subject: Add information about default MAXNESTING and MAXACTION allowed. --- doc/SystemTap_Beginners_Guide/en-US/Errors.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc/SystemTap_Beginners_Guide') diff --git a/doc/SystemTap_Beginners_Guide/en-US/Errors.xml b/doc/SystemTap_Beginners_Guide/en-US/Errors.xml index ffb70470..910ff510 100644 --- a/doc/SystemTap_Beginners_Guide/en-US/Errors.xml +++ b/doc/SystemTap_Beginners_Guide/en-US/Errors.xml @@ -807,6 +807,7 @@ An array containing aggregate values contains too many distinct key pairs at thi Too many levels of function call nesting were attempted. + The default nesting of function calls allowed is 10. @@ -843,7 +844,9 @@ An array containing aggregate values contains too many distinct key pairs at thi understainding SystemTap errors - The probe handler attempted to execute too many statements in the probe handler. + The probe handler attempted to execute too many statements in the + probe handler. The default number of actions allow in a probe handler + is 1000. -- cgit