You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/ipn
Avery Pennarun db051fb013 ipnserver and logpolicy: configure zstd with low-memory settings.
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>
6 years ago
..
ipnserver ipnserver and logpolicy: configure zstd with low-memory settings. 6 years ago
ipnstate ipn/ipnstate: improve HTML output 6 years ago
policy ipn, ipn/policy: filter portlist to a short list of "interesting" ports 6 years ago
backend.go ipn: sprinkle documentation and clarity rewrites through LocalBackend. 6 years ago
doc.go Move Linux client & common packages into a public repo. 6 years ago
e2e_test.go Add tstest.PanicOnLog(), and fix various problems detected by this. 6 years ago
fake_test.go ipn, wgengine/filter: remove exported type aliases 6 years ago
handle.go ipn, wgengine/filter: remove exported type aliases 6 years ago
local.go ipn: sprinkle documentation and clarity rewrites through LocalBackend. 6 years ago
message.go ipn: add AllowVersionSkew bool to Notify & Message 6 years ago
message_test.go Add tstest.PanicOnLog(), and fix various problems detected by this. 6 years ago
prefs.go ipn: plumb NetfilterMode all the way out to the CLI. 6 years ago
prefs_test.go ipn: plumb NetfilterMode all the way out to the CLI. 6 years ago
store.go ipn: have NewFileStore try to create directories as needed 6 years ago
store_test.go Add tstest.PanicOnLog(), and fix various problems detected by this. 6 years ago