-
-
Notifications
You must be signed in to change notification settings - Fork 355
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
firod Memory leak #1009
Comments
Hi @pinpins, |
The one most frequently executed is getblocktemplate. Also listtransactions, getblock, getinfo. Then we have submitblock, but it is invoked rarely. |
Today crashed again ending with below, this is since I reduced workqueue param, thinking it may cause memory issues
config used
|
Additionally my debug.log is full of, like 95% of log entries
|
Thanks for your info, I am investigating. |
What is the output |
|
Thanks! |
I also added size and vsize to compare with others
from ps man
|
Since last comment timing (6h passed)
|
I cannot see such behavior on any of or nodes, nor can I reproduce even 1 byte leak in my testing setup. |
can you reach me in discord to brainstorm or, if I should recompile perhaps, use different version etc? maybe to renew wallet? |
Yep, sure |
The fix will be included into the next release. PR: #1010 |
Latest master compiled on Ubuntu 16.04
ps -eo pmem,pcpu,vsize,pid,cmd | sort -k 1 -nr | head -20
27.3 7.8 16773524 74498 firod
27GB of usage.
Observation is that this can be connected with RPC usage, in case of daemon idling it only consumes 0.8GB, once RPC are triggered by pool, it spikes to > 25GB of usage.
The text was updated successfully, but these errors were encountered: