how to create a large eBPF map with max_entries set to 200,000,000 ? #1442
-
I make an eBPF map with max_entries to 200,000,000. Here is my error said: load objects error, error is field TcEnd: program tc_end: map cache_map: map create: argument list too long |
Beta Was this translation helpful? Give feedback.
Answered by
ti-mo
Apr 24, 2024
Replies: 2 comments 1 reply
This comment has been hidden.
This comment has been hidden.
-
@Voyager-Zhang This is not a question specific to ebpf-go. To understand the kernel's limitations, you'll have to read the relevant kernel code. Closing this. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
florianl
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Voyager-Zhang This is not a question specific to ebpf-go. To understand the kernel's limitations, you'll have to read the relevant kernel code. Closing this.