You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sock_ops_aux_map is meant to keep only active connections related to service ips, but it seems to hold some stale data entries. Perhaps we're not cleaning up the entries. Need to investigate.
Also this map is only 1024 entries, so some entries could be overwritten. When enlarging it to 65535 entries, the map no longer pins. Need to investigate.
The text was updated successfully, but these errors were encountered:
sock_ops_aux_map is meant to keep only active connections related to service ips, but it seems to hold some stale data entries. Perhaps we're not cleaning up the entries. Need to investigate.
Also this map is only 1024 entries, so some entries could be overwritten. When enlarging it to 65535 entries, the map no longer pins. Need to investigate.
The text was updated successfully, but these errors were encountered: