Skip to content
This repository was archived by the owner on Feb 22, 2025. It is now read-only.

Commit 51b4473

Browse files
authored
docs: Sync with upstream
1 parent 960d2dd commit 51b4473

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/master.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5235,7 +5235,7 @@ <h3 id="_log_size">log_size</h3>
52355235
<div class="sect2">
52365236
<h3 id="_max_bpf_progs">max_bpf_progs</h3>
52375237
<div class="paragraph">
5238-
<p>Default: 512</p>
5238+
<p>Default: 1024</p>
52395239
</div>
52405240
<div class="paragraph">
52415241
<p>This is the maximum number of BPF programs (functions) that bpftrace can generate.
@@ -5266,7 +5266,7 @@ <h3 id="_max_map_keys">max_map_keys</h3>
52665266
<div class="sect2">
52675267
<h3 id="_max_probes">max_probes</h3>
52685268
<div class="paragraph">
5269-
<p>Default: 512</p>
5269+
<p>Default: 1024</p>
52705270
</div>
52715271
<div class="paragraph">
52725272
<p>This is the maximum number of probes that bpftrace can attach to.

src/docs/master.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -3701,7 +3701,7 @@ Log size in bytes.
37013701

37023702
=== max_bpf_progs
37033703

3704-
Default: 512
3704+
Default: 1024
37053705

37063706
This is the maximum number of BPF programs (functions) that bpftrace can generate.
37073707
The main purpose of this limit is to prevent bpftrace from hanging since generating a lot of probes
@@ -3723,7 +3723,7 @@ There are some cases where you will want to, for example: sampling stack traces,
37233723

37243724
=== max_probes
37253725

3726-
Default: 512
3726+
Default: 1024
37273727

37283728
This is the maximum number of probes that bpftrace can attach to.
37293729
Increasing the value will consume more memory, increase startup times, and can incur high performance overhead or even freeze/crash the

0 commit comments

Comments
 (0)