×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Ok. We've established that getting rid of the private pool appears to
have no effect on Tomcat performance (or BIRT performance within our
webapp context in Tomcat).
And we've established that the "problem" box is a Power 7 with 16G
memory in 4 4G main storage cards, the "lighing fast" box is a Power 8
with 32G in 2 16G main storage cards, and our own production box is no
more than a Power 6, with 8G in 2 4G cards.
They're all running Tomcat 7 under 32-bit Java 6:
The "problem" box is an E4C with 2 LPARs, running V7R1, with Tomcat
7.0.67 running under jvmap3260sr16fp35-20161024_04.
The "lightning fast" box is a 41A with 1 LPAR, running V7R1, with Tomcat
7.0.62 running under jvmap3260sr16fp35-20161024_04.
Our own production box (which wasn't quite as fast on our quickie
benchmark BIRT report as we'd initially thought) is an E4A with 1 LPAR,
running V6R1, with Tomcat 7.0.67 running under jvmap3260sr9-20101130
All three have QPRCMLTTSK set to 2.
The JVM arguments (at least the ones that appear even vaguely relevant)
showing up for the Tomcat's JVM job on the "problem" box are:
-Dos400.awt.native=true
-Djava.awt.headless=true
-Djava.version=1.6
-Xms2048m
-Xmx3072m
-XX:PermSize=256m
-XX:MaxPermSize=256m
-Djavax.servlet.request.encoding=UTF-8
-Dfile.encoding=UTF-8
The GC information page shows:
Garbage collected heap:
Initial heap size . . . . . . . . . : 2048.000M
Maximum heap size . . . . . . . . . : 3072.000M
Current heap size . . . . . . . . . : 2048.000M
Heap in use . . . . . . . . . . . . : 816.366M
Other memory:
Internal (break) memory size . . . . : 202.883M
JIT memory size . . . . . . . . . . : 24.000M
Shared classes memory size . . . . . : 0.000M
If a fairly complex BIRT report (more complex than the "quickie
benchmark" report, requiring around 25 seconds) is run, heap in use
climbs to 1025.517M, and 1206.761M if it is then refreshed.
--
JHHL
As an Amazon Associate we earn from qualifying purchases.