Denton Gentry
Denton Gentry
Running in userspace mode means that the other processes running in the Action would need to support SOCKS5 or HTTP proxies and set their `ALL_PROXY` or `HTTP_PROXY` to point to...
https://www.reddit.com/r/Tailscale/comments/zmdsjt/homebrew_install_not_working_256_error/ appears similar, and says they ran the brew install using sudo.
One user question we get a reasonable amount is: who is the admin of my tailnet? This often comes up whe the person is in the IT department and believes...
> unsplit undiscovered shared domains Oh. Yeah, that would be a problem. We shouldn't reveal who that user is, in those cases.
From a cmd.exe shell, `tailscale debug -mem-profile mem.out` will save a memory profile to a file named mem.out. Please attach it to this issue.
inuse isn't showing anything interesting. ``` % go tool pprof --inuse_space ./normal-mem.out File: C:\Program Files\Tailscale\tailscaled.exe Build ID: C:\Program Files\Tailscale\tailscaled.exe2023-10-02 18:25:32 +0530 IST Type: inuse_space Time: Oct 18, 2023 at 11:21pm...
``` % go tool pprof --alloc_space ./normal-mem.out File: C:\Program Files\Tailscale\tailscaled.exe Build ID: C:\Program Files\Tailscale\tailscaled.exe2023-10-02 18:25:32 +0530 IST Type: alloc_space Time: Oct 18, 2023 at 11:21pm (PDT) Entering interactive mode (type...
Is the PC manifesting actual problems, like being especially slow or running out of memory? It isn't clear to me that actual memory pages are being consumed for most of...
From the memory profile in https://github.com/tailscale/tailscale/issues/9864#issuecomment-1771883516 ``` dgentry@Dentons-Air Downloads % go tool pprof --inuse_space ./mem.out File: C:\Program Files\Tailscale\tailscaled.exe Build ID: C:\Program Files\Tailscale\tailscaled.exe2023-10-02 18:25:32 +0100 BST Type: inuse_space Time: Oct 19,...
Recording notes from internal discussions: - We don't think this is Go memory, or it would show up in the profiles. - There are various places where Go calls into...