未验证 提交 21b307ca 编写于 作者: Z zmxdream 提交者: GitHub

fix distributed.service (#37843)

this pr fix distributed service
上级 5d0ce171
......@@ -51,7 +51,6 @@ void PSCore::init_gflag(const std::string& gflags) {
std::vector<std::string> flags = paddle::string::split_string(gflags);
if (flags.size() < 1) {
flags.push_back("-max_body_size=314217728");
flags.push_back("-bthread_concurrency=200");
flags.push_back("-socket_max_unwritten_bytes=2048000000");
flags.push_back("-max_connection_pool_size=1950");
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册