Reduce restore dispatch transaction size.
This commit is contained in:
parent
66de9d392b
commit
1f59f9ee5b
|
@ -117,7 +117,7 @@ ClientKnobs::ClientKnobs(bool randomize) {
|
|||
init( BACKUP_RANGEFILE_BLOCK_SIZE, 1024 * 1024);
|
||||
init( BACKUP_LOGFILE_BLOCK_SIZE, 1024 * 1024);
|
||||
init( BACKUP_DISPATCH_ADDTASK_SIZE, 50 );
|
||||
init( RESTORE_DISPATCH_ADDTASK_SIZE, 1000 );
|
||||
init( RESTORE_DISPATCH_ADDTASK_SIZE, 150 );
|
||||
init( RESTORE_DISPATCH_BATCH_SIZE, 30000 ); if( randomize && BUGGIFY ) RESTORE_DISPATCH_BATCH_SIZE = 1;
|
||||
init( RESTORE_WRITE_TX_SIZE, 256 * 1024 );
|
||||
init( APPLY_MAX_LOCK_BYTES, 1e9 );
|
||||
|
|
Loading…
Reference in New Issue