-
-
Notifications
You must be signed in to change notification settings - Fork 388
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: wireguard-go unbounded memory usage #2036
Comments
Interesting, although you didn't share your full logs so I don't know if this is using wireguard in the userspace or kernelspace. The right way to find it would be to follow https://github.com/qdm12/gluetun-wiki/blob/main/contributing/profiling.md if running wireguard in the userpace and it should show a nice graph of memory usage 😉 |
@qdm12 it was in userspace, I now run it in kernelspace so this problem is no longer relevant for me personally, but I guess for others still is. |
Interesting, although I cannot change that value since it's a constant in another package (see WireGuard/wireguard-go#69). Let's keep this opened for later. |
Is this urgent?
No
Host OS
Synology DSM 7.2.1-69057 Update 3
CPU arch
x86_64
VPN service provider
AirVPN
What are you using to run the container
docker-compose
What is the version of Gluetun
Running version latest built on 2024-01-01T18:24:19.221Z (commit c826707)
What's the problem 🤔
Suspecting some kind of memory leak during downloading multiple Linux ISOs via qbittorrent which is using gluetun in service network mode.
Speed is averaging around 50MB/s (400 Mbit), qbittorrent speed limit is 50MB/s as well.
Here the usage rises to 1.2GB (out of 2GB limit) in about 10 minutes.
Share your logs (at least 10 lines)
Share your configuration
The text was updated successfully, but these errors were encountered: