You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does parameter dev_ block_ interval_ ms only take effect in dev mode?
I chose the test mode, but I don't know how to reduce the block out time. My server has limited memory, and I don't know the reason for the high memory usage. I guess it's because the mining speed is too fast (possibly).
What should I do to reduce memory usage?
Sorry, my current server resources are limited. So I want to know how I can reduce the memory usage of independent chain. Should I modify the configuration file?
dev_block_interval_ms only takes effects in dev mode where blocks are generated with fixed interval for a single server.
By default a single node takes up to 13GB memory and the suggested memory requirement is 16GB. To reduce the memory usage, you could adjust the following performance-related cache configurations: ledger_cache_size, rocksdb_cache_size, and several storage_delta_mpts_cache_*_size. You can try to reduce them all by the same ratio to see if the memory usage changes. Other consensus-related configurations dev_snapshot_epoch_count (2000) and era_epoch_count (20000) could also be reduced, but this may lead to unexpected crash if not configured properly.
Blockchain occupies too much memory
Does parameter dev_ block_ interval_ ms only take effect in dev mode?
I chose the test mode, but I don't know how to reduce the block out time. My server has limited memory, and I don't know the reason for the high memory usage. I guess it's because the mining speed is too fast (possibly).
What should I do to reduce memory usage?
Sorry, my current server resources are limited. So I want to know how I can reduce the memory usage of independent chain. Should I modify the configuration file?
conflux.log
The text was updated successfully, but these errors were encountered: