dogecoin: Dogecoin Memory Leak
Hello everyone,
I’ve been trying to run dogecoin full node for the development purpose and I’m facing the issue that always at around block 91223-91224 the full node itself is crashing out of nowhere. The debug.log just stops here with no error thrown (been running with -debug flag)
debug.log: https://pastebin.com/DX0wB48c
For the development reason I can’t use the bootstrap, we wanted it to sync from scratch even if it takes too much time for it.
Here is the dogecoin.conf:
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
maxconnections=64
externalip=222.23.112.49
debug=1
(the external-ip is just an example and not a real value here.)
I’m using Ubuntu 20.04 (AMD64) from docker, with 8GB RAM (+ 4GB swap), 4 cores enabled and there are plenty storage (over 100GB SDD) for dogecoin node itself. Dogecoin version is 1.14.3.
The machine itself is macBook Pro M1. I don’t have this issue on other cryptocurrency related project in docker.
Does anybody have an idea how to fix that?
Thanks,
YanDevDe
About this issue
- Original URL
- State: open
- Created 3 years ago
- Comments: 27 (4 by maintainers)
I’m hoping they can work on fixing these issues. But as for this specific issue you have I am forced to admit I don’t have anything to offer you. I will keep looking for a resolution to this though.
https://github.com/dogecoin/dogecoin/issues/2329
in that case…good.
change your max connections to 24.
I used this for reference: https://gist.github.com/MrChrisJ/70e063f48c4370096c1c
& https://www.reddit.com/r/dogecoindev/comments/m8c54e/running_a_dogecoin_full_node/
@AbcSxyZ thank you! I’ll def try this out! 😃
@DeerSpotter not really, the password is always auto-generated randomly everytime I build/run new docker. So it’s not that bad 😋