mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-29 13:05:46 +00:00
db051fb013
The compressed blobs we send back and forth are small and infrequent, which doesn't justify the 8MB * GOMAXPROCS memory that was being allocated. This was the overwhelming majority of memory use in tailscaled. On my system it goes from ~100M RSS to ~15M RSS (which is still suspiciously high, but we can worry about that more later). Signed-off-by: Avery Pennarun <apenwarr@tailscale.com> |
||
---|---|---|
.. | ||
ipnserver | ||
ipnstate | ||
policy | ||
backend.go | ||
doc.go | ||
e2e_test.go | ||
fake_test.go | ||
handle.go | ||
local.go | ||
message_test.go | ||
message.go | ||
prefs_test.go | ||
prefs.go | ||
store_test.go | ||
store.go |