Jacek Sieka 3e001e322c
Fix memory usage spikes during sync, give memory to rocksdb (#2413)
* creating a seq from a table that holds lots of changes means copying
all data into the table - this can be several GB of data while syncing
blocks
* nim fails to optimize the moving of the `WidthFirstForest` - the real
solution is to not construct a `wff` to begin with, but this PR provides
relief while that is being worked on

This spike fix allows us to bump the rocksdb cache by another 2 GB and
still have a significantly lower peak memory usage during sync.
2024-06-25 13:39:53 +02:00
..
2024-06-19 14:13:12 +00:00
2024-06-19 01:27:54 +00:00
2024-05-31 09:13:56 +02:00
2024-06-08 07:41:44 +07:00
2024-06-19 14:13:12 +00:00
2024-06-14 10:08:44 +02:00