Give state_col 90% of memory budget and fix other col calculation#4208
Conversation
|
I suppose it would be good to increase default rocksdb cache size as well, as it appears to affect performance significantly. |
|
@arkpar the default is the same 128Mb per column as before – do you suggest a higher value? |
|
I could just increase the |
On eth we're seeing some some terrible performance regressions on block import benchmarks too when using this pr: it's 10x slower. It could be related to the config changes and in that case it could impact substrate as well? |
Looks like it does, as we've merged paritytech/parity-common#257. Increasing cache size seems to help with performance though. |
No description provided.