Regarding CPU usage rate #4658
Unanswered
chenchuanliang
asked this question in
Q&A
Replies: 1 comment
-
It depends on what is this java process. If this is the indexer then it depends on what it is doing at the moment. The indexer is heavily parallelized so during the indexing it is quite common to consume all available resources if there is enough workload, unless it is tuned down by using the various thread/memory limits. In general you can get more glimpse into the indexer operations w.r.t. the resources by:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My computer's service CPU has been running at over 90%. The previously installed 22.04 computer did not have this issue, but the same computer also experienced the same problem after reinstalling 18.04.
as follows:
Environment:
OpenGrok 1.7.39 、1.13.17
OpenJdk 17
Ubuntu 18.04 5.4.0-131-generic i7-6700 CPU @ 3.40GHz
Is it normal for CPU utilization to be so high?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions