Q1
We have deployed jboss-4.2.2.GA version for one of our web application. Following is the memory setting in run.bat.
set JAVA_OPTS=%JAVA_OPTS% -Xms128m-Xmx1024m -XX:PermSize=64m -XX:MaxPermSize=256m
When starting JBOSS server i am getting error of out of swap space. following are the parameters of server config.
a. windows 2008 server 64 bit.
b. 2 GB of ram.
Will this problem be resolved by increasing the RAM?
This was working fine till now. But i recently deployed some war files needed by application and i have started getting this error.