Hello. Beryl 7 runs out of memory on higher loads (when acting as a tailscale clinet). Is there any way of enabling memory swapping (swap file) to avoid kernel killing tailscale?
- or any other way to check what eats the memory and close unnecesary processes
- or any efficient way to drop garbage?
I would try using the top command inside the CLI, it is difficult though because OpenWrt kinda works also as a ram disk, especially the diagrams on luci can confuse you, if you look to /tmp that is mounted in memory but the raw configuration for dnsmasq is also there.
With adguardhome and such this will increase by alot, you can try less lists or smaller lists.
1 Like
You can use top command as @xize11 said and then sort all processes by memory usage pressing shift+m
2 Likes