I am facing problem with memory usage of wls8.1
memory paramets as : -Xms256m -Xmx640m.
SDK: Hotspot
Servers->Monitoring->Performence shows
Startup: Max as 604m and used memory as 200m.
Using top command, system free memory is 800MB for 1GB RAM Linux system.
During application run time, Memory performence graph of weblogic shows Max available is 270mb and used memory is 160mb, at this point of time the system has around 300 mb/400mb/500mb free memory.
When a condition like this occurs the Stateful
EJB gets locked and the application becomes very slow, if we leave it in that state over night gives OutOfMemory Error
Here i am not able to understand why the JVM is not able to scale its heap memory higher with system having free RAM space.
Plz help me with this.
Thanks in Advace
Reshma