snuffy
snuffy copied to clipboard
BPF program is too large
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?
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)