diff options
author | Masami Hiramatsu <mhiramat@redhat.com> | 2008-04-30 11:52:32 -0400 |
---|---|---|
committer | Masami Hiramatsu <mhiramat@redhat.com> | 2008-04-30 11:52:32 -0400 |
commit | 453b58eda7e347076a7df00ce9d15bb0e92f6d66 (patch) | |
tree | fa72419fe0b620f311e1e988f64ce00cb9f85324 /staprun.8.in | |
parent | 3b5ab982d758481ccd5003348391bea0b775d34b (diff) | |
download | systemtap-steved-453b58eda7e347076a7df00ce9d15bb0e92f6d66.tar.gz systemtap-steved-453b58eda7e347076a7df00ce9d15bb0e92f6d66.tar.xz systemtap-steved-453b58eda7e347076a7df00ce9d15bb0e92f6d66.zip |
PR6008: Increase the limitation of the buffer size to 4095MB.
Diffstat (limited to 'staprun.8.in')
-rw-r--r-- | staprun.8.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/staprun.8.in b/staprun.8.in index 679dda0f..ca976a4a 100644 --- a/staprun.8.in +++ b/staprun.8.in @@ -57,7 +57,7 @@ be in percpu files FILE_x where 'x' is the cpu number. .B \-b BUFFER_SIZE The systemtap module will specify a buffer size. Setting one here will override that value. The value should be -an integer between 1 and 64 which be assumed to be the +an integer between 1 and 4095 which be assumed to be the buffer size in MB. That value will be per-cpu if bulk mode is used. .TP .B \-L |