solana icon indicating copy to clipboard operation
solana copied to clipboard

Make FIFO validator arguments public

Open yhchiang-sol opened this issue 2 years ago • 0 comments

Summary of Changes

Make two FIFO validator arguments public: --rocksdb-shred-compaction and --rocksdb_fifo_shred_storage_size.

When --rocksdb_fifo_shred_storage_size is unspecified, it is now derived from --limit-ledger-size by assuming each shred takes 3200 bytes where data + coding shreds contribute 50% of the data size.

So with the default --limit-ledger-size (200,000,000), we will allocate around 300GB to data + coding shreds.

yhchiang-sol avatar Aug 30 '22 00:08 yhchiang-sol