Koozali.org: home of the SME Server

Wildfire heap problem

Offline bpivk

  • *
  • 908
  • +0/-0
    • http://www.bezigrad.com
Wildfire heap problem
« 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.
"It should just work" if it doesn't report it. Thanks!

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
Wildfire heap problem
« Reply #1 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
Regards,
William

IF I give advise.. It's only if it was me....

Offline bpivk

  • *
  • 908
  • +0/-0
    • http://www.bezigrad.com
Wildfire heap problem
« Reply #2 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'
"It should just work" if it doesn't report it. Thanks!