Finschia / finschia-sdk

A framework for building blockchains based Finschia Mainnet that is forked from cosmos-sdk
Apache License 2.0
63 stars 29 forks source link

Memoery usage is constantly increasing and kills with OOM #675

Closed zemyblue closed 1 year ago

zemyblue commented 2 years ago

Summary of Bug

Memoery usage is constantly increasing and kills with OOM 스크린샷 2022-09-16 오후 12 13 07

Version

lbm-sdk v0.46.0-rc6

Steps to Reproduce


For Admin Use

zemyblue commented 1 year ago

This memory increase problem is not memory leak. This happened because we set wrong value with iavl-cache-size. We use so big value. And there was a problem that the iavl-cache-size set in the config was not actually used.

Now it is fixed through #666 and #679