the cpu is still at 100% when using Dynfi
any ideas ? the product is testing on LXC / 16Go RAM / 10CPU
CPU always at 100%
Moderator: gregober
CPU always at 100%
- Attachments
-
- cpu.PNG (8.73 KiB) Viewed 32851 times
Re: CPU always at 100%
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.
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 ?
"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)
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%
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!
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!