Musicoin / go-musicoin

:link: Go-version of Musicoin blockchain wallet and consensus
GNU Lesser General Public License v3.0
162 stars 57 forks source link

Geth running out of memory on musicoin.org web site #10

Closed immartian closed 7 years ago

immartian commented 7 years ago

Although there's no direct evidence to link to memory leak of geth, it's a big concern to us to apply geth as major client of musicoin community. It's easy to trigger the whole network into a havoc if it's not fully safeguarded.

immartian commented 7 years ago

The earlier memory leak of Geth was reported at https://github.com/ethereum/go-ethereum/issues/3002 but not sure if the most recent one has new flaws found in our case.

immartian commented 7 years ago

I also met a Parity crash the other day after some overloaded RPC call, so there's another possibility that the RPC interface may cause some panic as well, though most frequent RPC calls are read-only operations.

musicoiner commented 7 years ago

not appearing again, close now.