solana-with-rpc-optimizations/ledger
Yueh-Hsuan Chiang 599677f965
Derive rocksdb_fifo_shred_storage_size based on limit-ledger-size (#27459)
### Problem
When FIFO compaction is used while --rocksdb_fifo_shred_storage_size
is unspecified, the FIFO shred storage size is set to a const default based
on the default `--limit-ledger-size`.

### Summary of the Change
When --rocksdb_fifo_shred_storage_size is unspecified, it is now
derived from `--limit-ledger-size` by reserving 1500 bytes for each
shred.
2022-09-28 00:32:27 -07:00
..
benches
src Derive rocksdb_fifo_shred_storage_size based on limit-ledger-size (#27459) 2022-09-28 00:32:27 -07:00
tests caches reed-solomon encoder/decoder instance (#27510) 2022-09-25 18:09:47 +00:00
.gitignore
Cargo.toml removes redundant shred.sanitize() from blockstore (#28016) 2022-09-24 16:31:50 +00:00
build.rs