File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -812,7 +812,7 @@ pub fn cli_app() -> Command {
812
812
. long ( "state-cache-size" )
813
813
. value_name ( "STATE_CACHE_SIZE" )
814
814
. help ( "Specifies the size of the state cache" )
815
- . default_value ( "128 " )
815
+ . default_value ( "32 " )
816
816
. action ( ArgAction :: Set )
817
817
. display_order ( 0 )
818
818
)
Original file line number Diff line number Diff line change @@ -386,7 +386,7 @@ Options:
386
386
--slots-per-restore-point <SLOT_COUNT>
387
387
DEPRECATED. This flag has no effect.
388
388
--state-cache-size <STATE_CACHE_SIZE>
389
- Specifies the size of the state cache [default: 128 ]
389
+ Specifies the size of the state cache [default: 32 ]
390
390
--suggested-fee-recipient <SUGGESTED-FEE-RECIPIENT>
391
391
Emergency fallback fee recipient for use in case the validator client
392
392
does not have one configured. You should set this flag on the
Original file line number Diff line number Diff line change @@ -1873,7 +1873,7 @@ fn block_cache_size_flag() {
1873
1873
fn state_cache_size_default ( ) {
1874
1874
CommandLineTest :: new ( )
1875
1875
. run_with_zero_port ( )
1876
- . with_config ( |config| assert_eq ! ( config. store. state_cache_size, new_non_zero_usize( 128 ) ) ) ;
1876
+ . with_config ( |config| assert_eq ! ( config. store. state_cache_size, new_non_zero_usize( 32 ) ) ) ;
1877
1877
}
1878
1878
#[ test]
1879
1879
fn state_cache_size_flag ( ) {
You can’t perform that action at this time.
0 commit comments