db::WriterOpts reduce current_buf_size
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5f4fc35b71
commit
a05edad5f7
@ -37,7 +37,7 @@ impl Default for WriterOpts {
|
|||||||
compress_lvl: 1,
|
compress_lvl: 1,
|
||||||
data_buf_size: 500 * 1024 * 1024,
|
data_buf_size: 500 * 1024 * 1024,
|
||||||
out_buf_size: 200 * 1024 * 1024,
|
out_buf_size: 200 * 1024 * 1024,
|
||||||
current_buf_size: 20 * 1024 * 1024,
|
current_buf_size: 100 * 1024,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user