and of course reboot a few times, but its pegged at this 130%
ive also tried
tailscale down
and it replies: Tailscale was already stopped.
but that process stays (even if i kill/terminate it)
my internet and samba was slow loading today so i investigated and found this. however im not sure how long its been going on. after a few reboots the process is still at 130% but things are loading and normal speeds
That is memory overcommitment at its finest, chexk pa aww in ssh for "res"ident memory usage, if that seems excessive add zram-swap to compress out-of-memory imminent soon?
i guess though ps or htop are really just showcasing the issue, not resolving it. kinda sucks because tailscale doesnt have a forum for q/a. likely for paid version it has support
Wed Jun 4 15:08:01 2025 daemon.err tailscaled[2449]: 2025/06/04
15:08:01 health(warnable=no-derp-connection): error: Tailscale could
not connect to the 'Seattle' relay server. Your Internet connection
might be down, or the server might be temporarily unavailable.
Wed Jun 4 15:08:51 2025 daemon.err tailscaled[2449]: 2025/06/04
15:08:51 health(warnable=no-derp-connection): ok
such bs tailscales site says to post on stackoverflow and tag them but my question was closed there
submitted a ticket to tailscale; we'll see how that goes
from the error, the problem seems straight forward but idk where to configure the DERP server or what to replace it with (seems like its all handled internally by their client)
I installed zram-swap which automatically installed kmod-zram and they did nothing to reduce the reported 323% memory usage shown on the LuCI Processes page.
I also installed HTOP and it reported approx 90 MB memory usage, while the LuCI Processes page continued to report 323% memory usage.
Not seeing that error currently, however I did have serious issues when IPv6 was enabled but the ISP did not support IPv6. So if your ISP does not support IPv6 then disable it.
This is mainly caused by Go programs. I have experienced this for ages with dnsproxy (which is also Go), currently reporting 515% on a 256 MB device.
I don't use Go myself, but as far as I know, it overcommits address space on purpose as an optimization to its GC.
Not sure what the appropriate fix for this (if any) would be. Overcommiting address space is by all means fine and shouldn't cause any problems, other than programs that report memory usage by committed address space reporting a wrong estimate.