mirror of
https://github.com/daeuniverse/dae.git
synced 2025-03-10 04:47:25 +07:00
fix: enlarge kernel geoip size limit (#130)
This commit is contained in:
parent
40b553edc9
commit
d5172bde64
@ -42,7 +42,7 @@
|
||||
#ifndef MAX_MATCH_SET_LEN
|
||||
#define MAX_MATCH_SET_LEN (32 * 2) // Should be sync with common/consts/ebpf.go.
|
||||
#endif
|
||||
#define MAX_LPM_SIZE 20480
|
||||
#define MAX_LPM_SIZE 2048000
|
||||
#define MAX_LPM_NUM (MAX_MATCH_SET_LEN + 8)
|
||||
#define MAX_DST_MAPPING_NUM (65536 * 2)
|
||||
#define MAX_TGID_PNAME_MAPPING_NUM (8192)
|
||||
|
Loading…
Reference in New Issue
Block a user