Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BPF program is too large #1

Open
saruman9 opened this issue Feb 14, 2021 · 1 comment
Open

BPF program is too large #1

saruman9 opened this issue Feb 14, 2021 · 1 comment

Comments

@saruman9
Copy link

I try to run the program, but BPF verifier rejects the ELF file:

BPF program is too large. Processed 1000001 insn
processed 1000001 insns (limit 1000000) max_states_per_insn 63 total_states 13181 peak_states 2810 mark_read 5

Error: Error loading probes: LoadError("SSL_read_ret", BPF)

I'm trying to reduce the number of instructions by removing some probes, but it doesn't help.

What am I doing wrong?

@rstade
Copy link

rstade commented Mar 15, 2021

I end up with similar error:

bpf: Failed to load program: No space left on device

Error: Error loading probes: LoadError("SSL_read_ret", BPF)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants