TuGraph-family / tugraph-db

TuGraph: A High Performance Graph Database.
https://tugraph.org
Apache License 2.0
1.44k stars 193 forks source link

cpu一直占用很高,一直刷日志 #720

Open ljhssga opened 3 weeks ago

ljhssga commented 3 weeks ago

Environment:

Describe the bug docker logs -f tugraph

set |V| to 492 |V| = 492, |E| = 1518 preprocessing used 0.00 seconds m = 759 number of communities is 39 Q = 0.918015 init active_vertices(0) = 1 active_vertices(1) = 0 number of communities is 39

set |V| to 492 |V| = 492, |E| = 1518 preprocessing used 0.00 seconds m = 759 number of communities is 39 Q = 0.918015 init active_vertices(0) = 1 active_vertices(1) = 0 number of communities is 39

set |V| to 492 |V| = 492, |E| = 1518 preprocessing used 0.00 seconds m = 759 number of communities is 39 Q = 0.918015 init active_vertices(0) = 1 active_vertices(1) = 0 number of communities is 39

set |V| to 492 |V| = 492, |E| = 1518 preprocessing used 0.00 seconds m = 759 number of communities is 39 Q = 0.918015 init active_vertices(0) = 1 active_vertices(1) = 0 number of communities is 39

set |V| to 492 |V| = 492, |E| = 1518 preprocessing used 0.00 seconds m = 759 number of communities is 39 Q = 0.918015 init active_vertices(0) = 1 active_vertices(1) = 0 number of communities is 39

set |V| to 492 |V| = 492, |E| = 1518 preprocessing used 0.00 seconds m = 759 number of communities is 39 Q = 0.918015 init active_vertices(0) = 1 active_vertices(1) = 0 number of communities is 39

image

How to reproduce and expected behavior

A clear and concise description of the steps to reproduce it and your expectation. If applicable, add screenshots to help explain your problem.

zhjwpku commented 2 weeks ago

docker logs 刷日志看起来不是好的行为,我在 #727 把日志打印到日志文件了。

CPU 占用高需要你提供一下你的具体测试用例。