GC Allocation Failure after switching to EAR from WAR
We are trying to switch to ear from war on our Pega 718/JBoss EAP6.3 environment. I made the required changes and started the server. The prpc_j2ee14_jboss61JBM.ear gets deployed fine and I'm able to log in to the designer studio. But in the logs I see continuous messages about GC Allocation failure as below.
This was not occuring when I had the prweb.war deployed.
[GC (Allocation Failure) [ParNew: 1717206K->37541K(1887488K), 0.0673186 secs] 1983995K->304329K(16567552K), 0.0675282 secs] [Times: user=0.40 sys=0.00, real=0.06 secs]
[GC (Allocation Failure) [ParNew: 1715365K->36097K(1887488K), 0.0570058 secs] 1982153K->302936K(16567552K), 0.0572310 secs] [Times: user=0.37 sys=0.01, real=0.06 secs]
[GC (Allocation Failure) [ParNew: 1713921K->43639K(1887488K), 0.0562759 secs] 1980760K->310497K(16567552K), 0.0564710 secs] [Times: user=0.40 sys=0.00, real=0.05 secs]
[GC (Allocation Failure) [ParNew: 1721463K->27839K(1887488K), 0.0650930 secs] 1988321K->303971K(16567552K), 0.0653020 secs] [Times: user=0.42 sys=0.01, real=0.07 secs]
[GC (Allocation Failure) [ParNew: 1705663K->16370K(1887488K), 0.0691633 secs] 1981795K->302724K(16567552K), 0.0693636 secs] [Times: user=0.32 sys=0.02, real=0.07 secs]
[GC (Allocation Failure) [ParNew: 1694194K->5392K(1887488K), 0.0550236 secs] 1980548K->300214K(16567552K), 0.0552261 secs] [Times: user=0.36 sys=0.00, real=0.06 secs]
I checked the heap utilization is too low and there is almost 15GB of heap free.
We are trying to switch to ear from war on our Pega 718/JBoss EAP6.3 environment. I made the required changes and started the server. The prpc_j2ee14_jboss61JBM.ear gets deployed fine and I'm able to log in to the designer studio. But in the logs I see continuous messages about GC Allocation failure as below.
This was not occuring when I had the prweb.war deployed.
[GC (Allocation Failure) [ParNew: 1717206K->37541K(1887488K), 0.0673186 secs] 1983995K->304329K(16567552K), 0.0675282 secs] [Times: user=0.40 sys=0.00, real=0.06 secs]
[GC (Allocation Failure) [ParNew: 1715365K->36097K(1887488K), 0.0570058 secs] 1982153K->302936K(16567552K), 0.0572310 secs] [Times: user=0.37 sys=0.01, real=0.06 secs]
[GC (Allocation Failure) [ParNew: 1713921K->43639K(1887488K), 0.0562759 secs] 1980760K->310497K(16567552K), 0.0564710 secs] [Times: user=0.40 sys=0.00, real=0.05 secs]
[GC (Allocation Failure) [ParNew: 1721463K->27839K(1887488K), 0.0650930 secs] 1988321K->303971K(16567552K), 0.0653020 secs] [Times: user=0.42 sys=0.01, real=0.07 secs]
[GC (Allocation Failure) [ParNew: 1705663K->16370K(1887488K), 0.0691633 secs] 1981795K->302724K(16567552K), 0.0693636 secs] [Times: user=0.32 sys=0.02, real=0.07 secs]
[GC (Allocation Failure) [ParNew: 1694194K->5392K(1887488K), 0.0550236 secs] 1980548K->300214K(16567552K), 0.0552261 secs] [Times: user=0.36 sys=0.00, real=0.06 secs]
I checked the heap utilization is too low and there is almost 15GB of heap free.
Any tuning to be done on this for ear file?