Hi, i have Openfire 3.6.3 installed on my linux server . When i log into the openfire admin panel, Java Memory is showing 62.98 MB of 63.31 MB (99.5%) used . How can i increase the java memory?. Please guide me
+1
A:
Find the command that starts Java and add this command line parameter: -Xmx<size>
For example, use -Xmx128m
to let Java use 128 MB of memory. The full command might be something like /path/to/java -Xmx128m -jar openfire.jar
Jordan Miner
2009-07-28 10:26:15
A:
Thanks Andreas it worked me for except for some path change my openfire is at /etc/default/openfire.
Pankaj Khurana
2009-09-11 07:35:37