Skip to content

Commit

Permalink
Merge pull request #273 from fidelity-contributions/Increase-bpf_max_…
Browse files Browse the repository at this point in the history
…cpus

Increase logical CPU count
  • Loading branch information
yonch authored Nov 14, 2024
2 parents 71fe60b + 13d8ffc commit 791c9f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collector/kernel/bpf_src/render_bpf.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

///////// render_bpf.c config

#define BPF_MAX_CPUS 128 // Maximum number of CPUs to support
#define BPF_MAX_CPUS 1024 // Maximum number of CPUs to support
#define TABLE_SIZE__TGID_INFO MAX_PID // Task (TGID) information
#define TABLE_SIZE__SEEN_INODES \
70000 // XXX: Is this even necessary? could this tracking be done in userland with non-limited tables?
Expand Down

0 comments on commit 791c9f8

Please sign in to comment.