Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bpf/acct.c - downsize initial flow_{cooldown,origin} max_entries
According to https://github.com/torvalds/linux/blob/master/tools/lib/bpf/hashmap.c#L85, hash maps get upsized at runtime when reaching 75% watermark. Seeing some failures on CI locking memory for these maps, even with unlimited ulimit.
- Loading branch information