I have ran out of Java memory, so I did some research and found that I needed to edit my /etc/default/openfire file (ran on Ubuntu server and installed with .deb) I edited the file with: DAEMON_OPTS=”-Xms256m -Xmx512m” but after I do this openfire wont even start. Default on this file
is DAEMON_OPTS=”' after I change it back it starts up fine, anyone know what I am doing wrong?