Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NETOBSERV-1107: optimize ebpf agent map memory and cpu usage #140

Merged
merged 2 commits into from
Jun 23, 2023
Merged

NETOBSERV-1107: optimize ebpf agent map memory and cpu usage #140

merged 2 commits into from
Jun 23, 2023

Commits on Jun 23, 2023

  1. Optimize ebpf agent map memory usage

    - switch to use pointer to metric instead of metric
    - manuall trigger GC after flow eviction complete
    
    Signed-off-by: msherif1234 <mmahmoud@redhat.com>
    msherif1234 committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    e694b1c View commit details
    Browse the repository at this point in the history
  2. Fix memory and cpu scale issue work around in #133

    following up on cilium/ebpf#1063
    it seems we have a way to fix resources issues
    
    Signed-off-by: msherif1234 <mmahmoud@redhat.com>
    (cherry picked from commit b9c9a03)
    msherif1234 committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    91e41fd View commit details
    Browse the repository at this point in the history