I have upgraded openfire server from 3.3.0 to Openfire 3.3.2 .
In previous versions I add following line in /opt/openfire/bin/openfire
INSTALL4J_ADD_VM_PARAMS="-Xms1024m -Xmx2048m"
but in Openfire 3.3.2 in can not find /opt/openfire/bin/openfire there in another file /opt/openfire/bin/openfire.sh
Now help to increase jave memory as default 64 Mb is very low.
Regards,
Shahzad Abid
Now I am getting following error
Java heap space
RequestURI=/session-summary.jsp
Caused by:
java.lang.OutOfMemoryError: Java heap space
Powered by Jetty://
Greetings,
Add a line like this in /etc/sysconfig/openfire
OPENFIRE_OPTS="-Xms256m -Xmx512m"
daryl
For some reason I am not locating these files
Im running Openfire 3.3.2, Windows XP . using a MySQL DB
glish_dreams wrote:
For some reason I am not locating these files
Im running Openfire 3.3.2, Windows XP . using a MySQL DB
If you are using windows, in the bin folder under your openfire directory, you need to create/edit 1 of two files.
If running via the GUI console, create/edit the file ‘‘openfired.vmoptions’’.
In this file, add the following lines…
-Xms512m
-Xmx1024m
If you are running as a service, copy the file to another file named, ‘‘openfire-service.vmoptions’’.
Hope this helps.
Message was edited by: ldove