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
{{ message }}
This repository has been archived by the owner on May 3, 2022. It is now read-only.
We currently have a "unique" process name in init handshake because we include the pid.
However on docker the pid is always
1
. We should add some more unique-ness to the process name.The use case here is defense against fd leak in hyperbahn. I want to implement a "maximum fd per process_name" since right now:
the contact-solver application has 5k fd per instance all under one bucket because all K instances have the same process_name.
cc @prashantv @breerly @jcorbin
The text was updated successfully, but these errors were encountered: