XF 2.0 Elasticsearch high CPU usage

Recep Baltaş

Well-known member
I have this problem for a long time. ES is suing 40% CPU all-the-time!

I created a topic on their GitHub but they don't want to help novice users like me...

My Software:

Elasticsearch 6.2.3
JVM
:

java version "9.0.4"
Java(TM) SE Runtime Environment (build 9.0.4+11)
Java HotSpot(TM) 64-Bit Server VM (build 9.0.4+11, mixed mode)

OS :

Linux 2.6.32-696.23.1.el6.x86_64 SMP x86_64 GNU/Linux
CentOS 6.9

Server Software:
  • LiteSpeed 5.2.6

Description of the problem including expected versus actual behavior:

High CPU Usage. Always around 40%.



Software:
Regenerated search index but did not help. Disabled Similar Threads, not much change. Killed ES and server loads became normal again.

What should I do? I can disable Enhanced Search and Similar Threads althogether. I'm really tired of this.
 
java version "9.0.4"
Java(TM) SE Runtime Environment (build 9.0.4+11)
Java HotSpot(TM) 64-Bit Server VM (build 9.0.4+11, mixed mode)

How to updated java version? I see my java version is 1.8.0

Code:
[root@ta ~]# java -version
openjdk version "1.8.0_161"
OpenJDK Runtime Environment (build 1.8.0_161-b14)
OpenJDK 64-Bit Server VM (build 25.161-b14, mixed mode)
[root@ta ~]#
 
Top Bottom