RAM limit

hello,

I run server on fedora 6 and I have problem with increasing RAM limit.

I searched forum and added following lines to /etc/sysconfig/openfire:

OPENFIRE_OPTS="-Xms256m -Xmx512m"

INSTALL4J_ADD_VM_PARAMS="-Xms256m -Xmx512m"

but nothing changed… limit is still 64 mb.

Please advice…

I use version 3.3.2

Do you have stopped your server and restarted it with

/etc/init.d/openfire start

?

If this doesn’'t work or you use another script to start your server, modify your start script instead.

Message was edited by: Coolcat

no…

I start server with

openfire.sh &

in /opt/openfire/bin

then modify OPENFIRE_OPTS in /opt/openfire/bin/openfire.sh

Tnx a lot.