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
With 2000 workspaces and sending web terminal traffic to 30% of them (600), we see that coder memory usage shoots up.
The OOM kill did not happen, however, before we also started a concurrent workspace app proxying test. But I suppose web term and workspace apps function on much the same principle.
From the heap, we can observe that a lot of this memory is allocated by WireGuard:
IIRC, single tailnet was supposed to help with this. So I'm wondering if this is a regression?