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
We recently started our Solana cluster for a project where we require hiding some transaction data and disabling commissions. However, we encountered a significant issue with RocksDB growing to over 1 terabyte in just 1-2 weeks, despite having almost zero transactions in the cluster during this time. We've tried various optimization techniques, including adjusting flags in the genesis validator script and limiting transactions per second (TPS), but the problem persists.
Issue:
Despite our efforts, RocksDB continues to grow rapidly even when the cluster experiences minimal transaction activity. We've considered implementing snapshotting and resetting the cluster when the ledger size reaches certain limits, but we're unsure if this would effectively address the problem.
Any suggestions or solutions for optimizing RocksDB growth in our Solana private cluster would be greatly appreciated.
Thank you for your assistance.
The text was updated successfully, but these errors were encountered:
Good afternoon everyone,
We recently started our Solana cluster for a project where we require hiding some transaction data and disabling commissions. However, we encountered a significant issue with RocksDB growing to over 1 terabyte in just 1-2 weeks, despite having almost zero transactions in the cluster during this time. We've tried various optimization techniques, including adjusting flags in the genesis validator script and limiting transactions per second (TPS), but the problem persists.
Genesis Validator Script:
Issue:
Despite our efforts, RocksDB continues to grow rapidly even when the cluster experiences minimal transaction activity. We've considered implementing snapshotting and resetting the cluster when the ledger size reaches certain limits, but we're unsure if this would effectively address the problem.
Any suggestions or solutions for optimizing RocksDB growth in our Solana private cluster would be greatly appreciated.
Thank you for your assistance.
The text was updated successfully, but these errors were encountered: