-
Notifications
You must be signed in to change notification settings - Fork 425
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
High RAM (~16GB) and abnormal CPU usage (3.1%) usage #2098
Comments
What exact version of i2pd you are using? |
|
Maybe |
Sadly i think i didn't find logs about what happened. I think it was a memory leak (C++ blessings 😆). |
Did you made something specific with your node during its operation or it was just doing its own things? |
I am just running i2pd to use it with retroshare. it works normally 95% of the time. I will try and track the issue if it happens again |
There were many changes made since 2.53.1, you may want to try building binary from source - for example, I use version 2.53.1-99-gd5aca85a right now. |
ulimit -n 4096 before start will solve your problem |
Wont that mess other parts of the system ? |
Type ulimit -n and see what you actual limit is. I bet it's 1024. |
I have been running i2pd for like 13 hours, and suddenly i started seeing elevated CPU usage and huge RAM allocation (~16GB). How can i see the logs to know what happened ?
i2pd is running as system service on my device.
System info
The text was updated successfully, but these errors were encountered: