提交 e41848c5 作者: Steven Allen

create an issue for tuning the parallelism constant

License: MIT
Signed-off-by: 's avatarSteven Allen <steven@stebalien.com>
上级 09136e93
...@@ -9,7 +9,7 @@ import ( ...@@ -9,7 +9,7 @@ import (
) )
// ParallelBatchCommits is the number of batch commits that can be in-flight before blocking. // ParallelBatchCommits is the number of batch commits that can be in-flight before blocking.
// TODO: Experiment with multiple datastores, storage devices, and CPUs to find // TODO(#4299): Experiment with multiple datastores, storage devices, and CPUs to find
// the right value/formula. // the right value/formula.
var ParallelBatchCommits = runtime.NumCPU() * 2 var ParallelBatchCommits = runtime.NumCPU() * 2
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论