Page 1 of 1

CPU always at 100%

Posted: 16 Apr 2020, 09:48
by piap
the cpu is still at 100% when using Dynfi
any ideas ? the product is testing on LXC / 16Go RAM / 10CPU

Re: CPU always at 100%

Posted: 17 Apr 2020, 18:38
by gregober
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 ?

Re: CPU always at 100%

Posted: 17 Apr 2020, 18:59
by Petrus
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!