forked from open-telemetry/opentelemetry-ebpf-profiler
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce memory footprint of kernel symbols (open-telemetry#194)
Reducing the kernel symbols' memory footprint by skipping non-text symbols when reading from /proc/kallsyms adjusting overcommitted symbols array Additionally, we pre-allocate a relatively large symbols array to begin with parsing to avoid re-allocations.
- Loading branch information
1 parent
0ff85af
commit 0a6fc45
Showing
2 changed files
with
21 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters