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
Asked
Active
Viewed 1.3k times
3 Answers
1
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
- 2,034
- 17
- 19