• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

dash daemon is killed by OOM killer

pianisteg

New member
Code:
Out of memory: Kill process 22672 (dashd) score 710 or sacrifice child
Killed process 22672 (dashd) total-vm:8553416kB, anon-rss:6572092kB, file-rss:0kB

I can give more details to developers of dash daemon.

Dash Core Daemon version v0.12.0.45-b2b2cef
 
How much memory does you machine have? We have seen this issue when the VPS has less than 512M available. There are a couple processes (with masternodes only), that spike the memory briefly, then it returns to normal. Are you running a masternode?
 
How much memory does you machine have? We have seen this issue when the VPS has less than 512M available. There are a couple processes (with masternodes only), that spike the memory briefly, then it returns to normal. Are you running a masternode?

No, just usual node.

8Gb of RAM, 6.5Gb is free.
 
Code:
2015-09-25 17:05:55 mnw - invalid message - Masternode not in the top 10 (11)
2015-09-25 17:05:55 CMasternodePaymentWinner::IsValid - Masternode not in the top 10 (11)
2015-09-25 17:05:55 mnw - invalid message - Masternode not in the top 10 (11)
2015-09-25 17:05:56 CMasternodePaymentWinner::IsValid - Masternode not in the top 10 (13)
2015-09-25 17:05:56 mnw - invalid message - Masternode not in the top 10 (13)
2015-09-25 17:05:57 CMasternodePaymentWinner::IsValid - Masternode not in the top 10 (11)
2015-09-25 17:05:57 mnw - invalid message - Masternode not in the top 10 (11)
2015-09-25 17:05:57 CMasternodePaymentWinner::IsValid - Masternode not in the top 10 (11)
2015-09-25 17:05:57 mnw - invalid message - Masternode not in the top 10 (11)
2015-09-25 17:05:57 CMasternodePaymentWinner::IsValid - Masternode not in the top 10 (12)
2015-09-25 17:05:57 mnw - invalid message - Masternode not in the top 10 (12)
2015-09-25 17:05:57 CMasternodePaymentWinner::IsValid - Masternode not in the top 10 (11)
2015-09-25 17:05:57 mnw - invalid message - Masternode not in the top 10 (11)
2015-09-25 17:05:58 CMasternodePaymentWinner::IsValid - Masternode not in the top 10 (11)
2015-09-25 17:05:58 mnw - invalid message - Masternode not in the top 10 (11)
2015-09-25 17:05:58 CMasternodePaymentWinner::IsValid - Masternode not in the top 10 (11)
2015-09-25 17:05:58 mnw - invalid message - Masternode not in the top 10 (11)
2015-09-25 17:05:58 CMasternodePaymentWinner::IsValid - Masternode not in the top 10 (11)
2015-09-25 17:05:58 mnw - invalid message - Masternode not in the top 10 (11)
2015-09-25 17:05:59 CMasternodePaymentWinner::IsValid - Masternode not in the top 10 (12)
2015-09-25 17:05:59 mnw - invalid message - Masternode not in the top 10 (12)

And 100% CPU.
 
Code:
Out of memory: Kill process 22672 (dashd) score 710 or sacrifice child
Killed process 22672 (dashd) total-vm:8553416kB, anon-rss:6572092kB, file-rss:0kB

I can give more details to developers of dash daemon.

Dash Core Daemon version v0.12.0.45-b2b2cef
0.12.0.45 had a memory leak, please update to latest version (0.12.0.53)

---> https://github.com/dashpay/dash/issues/568
 
Last edited by a moderator:
Thanks. Downloaded and started.

After start it takes 4-5Gb RAM, why?

All other wallets use less than 1Gb.
 
It always consumes the max amount available.
I have 512mb + 512 swap and it always consumes almost everything :)
Hopw about the stability on v53?
 
Thanks. Downloaded and started.

After start it takes 4-5Gb RAM, why?

All other wallets use less than 1Gb.
It should level out at ~350M after some time - at least that's what I see on many of my processes :)

Blockchain verification takes a lot of RAM, building the masternode list as well.
 
Back
Top