-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Recycling ipc channels doesn't save fds #23910
Copy link
Copy link
Open
Labels
I-perf-bloatUnnecessary memory usage.Unnecessary memory usage.
Metadata
Metadata
Assignees
Labels
I-perf-bloatUnnecessary memory usage.Unnecessary memory usage.
Type
Fields
Give feedbackNo fields configured for issues without a type.
We have code like https://github.com/servo/servo/blob/master/components/canvas/webgl_mode/inprocess.rs#L104 which recycles ipc channels. Unfortunately, each time an ipc channel is received, it uses up an fd, so we are still using a lot of fds.