CPU always at 100%

This is the place to discuss DynFi Manager's generic questions.

Moderator: gregober

Post Reply
piap
Posts: 1
Joined: 16 Apr 2020, 09:44

CPU always at 100%

Post by piap » 16 Apr 2020, 09:48

the cpu is still at 100% when using Dynfi
any ideas ? the product is testing on LXC / 16Go RAM / 10CPU
Attachments
cpu.PNG
cpu.PNG (8.73 KiB) Viewed 22380 times
User avatar
gregober
Posts: 236
Joined: 26 Mar 2019, 15:06

Re: CPU always at 100%

Post by gregober » 17 Apr 2020, 18:38

Which version of JRE are you using ?
"java -version" should let you know. Make sure you are running version 11, it is now the recommended one.

Code: Select all

my-computer 18:37:03 ~ -> java -version
openjdk version "11.0.3" 2019-04-16
OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.3+7)
OpenJDK 64-Bit Server VM AdoptOpenJDK (build 11.0.3+7, mixed mode)
Another point: Java and LXC containers might not be cooperating so nicely together.
https://weekly-geekly.github.io/article ... index.html
https://jaxenter.com/nobody-puts-java-c ... 39373.html

I would rather deploy this on a VM (KVM ? )

Which OS are you using ?
Petrus
Posts: 4
Joined: 24 Sep 2019, 12:21

Re: CPU always at 100%

Post by Petrus » 17 Apr 2020, 18:59

Hi piap

Have you enabled the secrets encryption perhaps?
Maybe you could publish your config file (after obfuscating). Nothing strange in logs?
And yes, go with Java 11 at lest, works better with containers.

Best!
Post Reply