Other ways to Set xms/x

I am unable to set the JVM through the said method on the installation guide. Are there anyother ways to set this value.

This is an extension? of this thread: http://www.igniterealtime.org/forum/thread.jspa?threadID=26309&tstart=0

Scott

Hi,

if you want to run it in foreground you may be able to use:

cd openfire\bin

java.exe -Xms300m -Xmx600m -jar …\lib\startup.jar

javaw.exe and -Xrs may help to run it in background.

LG

Wow, LG thanks a lot that worked perfect. You just made my week