Exception in thread "[ACTIVE] ExecuteThread: '95' for queue: 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError:getNewTla at weblogic.servlet.internal.session.SessionContext$SessionInvalidator.timerExpired(SessionContext.java:889)
at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
I have tried to resolve this issue by increasing memory size and perm gen size both in setDomainEnv.sh. It works fine for around 500 requests but after that it is giving this error and server's health is changed from OK to Warning in console. How to resolve this... ?