Skip to content
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

Memory Usage #322

Open
mauromorales opened this issue Apr 30, 2024 · 1 comment
Open

Memory Usage #322

mauromorales opened this issue Apr 30, 2024 · 1 comment

Comments

@mauromorales
Copy link
Contributor

I like to keep my devices conected via edgevpn, so ideally created a systemd service and leave it running for as long as possible. I even have it configured to restart on failure. Not sure if this is the intended use for the tool but hopefully it is because I find it very useful this way haha

However, this is the report I get from my system after a couple of days, plus this node is actually not accessible at this point so I had to reboot

mauro@zeno:~/Workspace/kairos$ systemctl status edgevpn.service 
● edgevpn.service - EdgeVPN
     Loaded: loaded (/etc/systemd/system/edgevpn.service; enabled; preset: enabled)
     Active: active (running) since Fri 2024-04-26 12:48:01 CEST; 4 days ago
   Main PID: 1501931 (start-edgevpn.s)
      Tasks: 28 (limit: 76695)
     Memory: 6.5G
        CPU: 4d 17h 7min 54.535s

After rebooting, I can reach the node again and this is how it looks which is a lot less, but I'm not sure if it's a high or low value still.

mauro@zeno:~/Workspace/kairos$ systemctl status edgevpn.service 
● edgevpn.service - EdgeVPN
     Loaded: loaded (/etc/systemd/system/edgevpn.service; enabled; preset: enabled)
     Active: active (running) since Tue 2024-04-30 14:57:06 CEST; 3min 18s ago
   Main PID: 3797958 (start-edgevpn.s)
      Tasks: 26 (limit: 76695)
     Memory: 111.8M
        CPU: 11.196s
edgevpn -v
edgevpn version v0.25.0
@mauromorales
Copy link
Contributor Author

@mudler ping

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant