solana/runtime
Haoran Yi 5b64107626 make pruned_bank channel unbonded.
In kin-sim, we found that bounded channel causes halt for account
background services. As the number of accounts grows, the time for
pruning and cleaning increases, which would leads to longer intervals
between the pruning of deaded bank slots. With 1.7B accounts, we will
exceed the 10K bounded channel threshold that causes halt of account
back ground services. Without pruning, the node will eventually run out
of memory.
2022-08-29 19:06:30 -05:00
..
benches Add clean_accounts_for_tests() (#27200) 2022-08-17 18:45:59 -04:00
src make pruned_bank channel unbonded. 2022-08-29 19:06:30 -05:00
store-tool store-tool: log lamports for each account (#27168) 2022-08-18 10:00:04 -05:00
tests Add clean_accounts_for_tests() (#27200) 2022-08-17 18:45:59 -04:00
.gitignore
Cargo.toml Address RUSTSEC-2022-0051 2022-08-26 14:30:47 -06:00
build.rs