Because of the nature of eBPF code, there are some limits introduced in the code, like
- Length of the
BPF_ALIAS variable
- Number of variables per process
- R/W buffer size
- etc
These limits should be clearly documented. Also the debugger should issue proper log messages when reaching such limits.