WIldfire On Ubuntu - 64mb Limit with Wildfire

I am running into an issue where I need Wildfire to have more the 64mb… has anyone found a solution to this? if so could someone point me in the right direction?

Thanks in Advance.

Dave.

How much memory is on the server you’'re running it on?

On my server with 1GB RAM and single processor, I have 64MB to wildfire.

On my server with 2GB RAM and dual-HT processor, I have 604MB to wildfire.

These are the defaults that came up with the install.

Hi Korelian,

I had the same problem, and I solved it by editing the startup script “wildfire” (or “messenger” for earlier versions) and changing

Uncomment the following line to add additional VM parameters

  1. INSTALL4J_ADD_VM_PARAMS=[/code]

to

Uncomment the following line to add additional VM parameters

INSTALL4J_ADD_VM_PARAMS=-Xmx128m[/code]

to make 128 MB instead of 64 (64 MB is default i think) available for Wildfire after the server is restarted.