Koozali.org: home of the SME Server

Obsolete Releases => SME 7.x Contribs => Topic started by: bpivk on November 08, 2006, 01:07:21 PM

Title: Wildfire heap problem
Post by: bpivk on November 08, 2006, 01:07:21 PM
Hy

I installed wildfire rpm and configured it to run on startup of my server.
Now i have a problem...
My java software has 60mb of memory. And wildfire fills it up quite fast. Then i get a "500 error". Something about java heap.

Can anyone help me to resolve this problem. I can think of two ways doing this...

1.) expanding my java space (don't know how to do that)
2.) doing something with wildfire so i free some space

Sory for the bad explanation but i really don't know what to do.
Title: Wildfire heap problem
Post by: william_syd on November 08, 2006, 11:06:42 PM
I don't run Wildfire and my involvement in the howto was to get it running at boot time (which I might change to be managed by supervise).

Your problem may not be SME specific so better results might be found on a Jive or Java forum.

Jive-Wildfire Forum (http://www.jivesoftware.org/community/thread.jspa?messageID=126706)
Title: Wildfire heap problem
Post by: bpivk on November 08, 2006, 11:55:19 PM
Thanks

I've been searching the jive forum and i guess i missed this post.
Thanks

This worked for me:

edit /opt/wildfire/wildfire.xml and insert there a new line after the first one.

The file should look like this:
#! /bin/sh
INSTALL4J_ADD_VM_PARAMS='-Xms32m -Xmx128m -Xss128k -Xoss128k'