bitconch / bitconch-core

A new distributed web protocol for smart contracts and decentralized applications.
MIT License
204 stars 81 forks source link

Fixing the " memory usage growing too fast by explorer" problem #134

Closed luhuimao closed 4 years ago

luhuimao commented 5 years ago

Server memory usage growing too fast ( 10+ G per week), node write down all the transactions to memory by redis server, only record transfer token related transaction to reduce memory usage.