diff options
author | William Cohen <wcohen@redhat.com> | 2008-12-10 15:22:53 -0500 |
---|---|---|
committer | William Cohen <wcohen@redhat.com> | 2008-12-10 15:22:53 -0500 |
commit | 744cf3ab2a4735510874646ac720b4b28701f16f (patch) | |
tree | d7b2579d299d7c5d70f4ee489aaff3c769d55fdb /doc/SystemTap_Beginners_Guide/en-US | |
parent | 04844b33aa61f84c90b14be204f3a3d70a914e0c (diff) | |
download | systemtap-steved-744cf3ab2a4735510874646ac720b4b28701f16f.tar.gz systemtap-steved-744cf3ab2a4735510874646ac720b4b28701f16f.tar.xz systemtap-steved-744cf3ab2a4735510874646ac720b4b28701f16f.zip |
Add information about default MAXNESTING and MAXACTION allowed.
Diffstat (limited to 'doc/SystemTap_Beginners_Guide/en-US')
-rw-r--r-- | doc/SystemTap_Beginners_Guide/en-US/Errors.xml | 5 |
1 files changed, 4 insertions, 1 deletions
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 <para> Too many levels of function call nesting were attempted. + The default nesting of function calls allowed is 10. </para> </formalpara> @@ -843,7 +844,9 @@ An array containing aggregate values contains too many distinct key pairs at thi <tertiary>understainding SystemTap errors</tertiary> </indexterm> <para> - 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. </para> </formalpara> |