-
1. Re: Jboss EAP Loadtest performance issue.
ctomc Feb 27, 2019 3:02 AM (in response to shatayud)1 of 1 people found this helpfulwithout any information about your setup it is impossible to guess what is going on.
you should at least provide us with
- configuration of your server (any tuning you already did)
- exact jvm version and with kind of paramters it is configured (memory, gc, ...)
- what OS you are running on (if linux, distro and kernel version)
- what is hardware itself on which you are running. (what kind of CPU, number of them ram available to machine)
as well as many other things that could help with identification of what is going on.
also did you do any profiling? using tools like yourkit, jprofiler or event java mission control can help narrow down where in the code you can see problems.
-
-
3. Re: Jboss EAP Loadtest performance issue.
ctomc Feb 28, 2019 3:56 AM (in response to shatayud)1 of 1 people found this helpfulGiven your are running EAP7, which has minimum requirement of JDK8.
And your distribution RHEL 5.x (ELS I assume) doesn't officially support running JDK8. (according to OpenJDK Life Cycle and Support Policy - Red Hat Customer Portal )
I would try to upgrade the machine to something newer, RHEL 7 would currently be best option.
Given you are doing big migrations anyway, look into upgrading OS as well.
And at this point also look into using JDK 11 (with EAP 7.2).
also you didn't provide any memory configuration for your jdk (JAVA_OPTS), stuff like -Xmx... as well as exact version of JDK you are using.