提交 59f17fcc 编写于 作者: Y yudong.cai

#605 print more messages when server start

上级 7d0a3ae0
......@@ -50,6 +50,7 @@ Please mark all change in change log and use the ticket from JIRA.
- \#488 - Add log in scheduler/optimizer
- \#502 - C++ SDK support IVFPQ and SPTAG
- \#560 - Add version in server config file
- \#605 - Print more messages when server start
## Improvement
- \#255 - Add ivfsq8 test report detailed version
......
......@@ -205,6 +205,7 @@ Config::ValidateConfig() {
return s;
}
std::cout << "GPU resources " << (gpu_resource_enable ? "ENABLED !" : "DISABLED !") << std::endl;
if (gpu_resource_enable) {
int64_t resource_cache_capacity;
s = GetGpuResourceConfigCacheCapacity(resource_cache_capacity);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册