Virtual Memory Management on FC5

Hi,

I am successfully running wildfire on Fedora Core 5. I created wildfired.exe.vmoptions file with the following entries:

-Xms256m

-Xmx256m

However i still see the following under server properties section of admin console:

Java Memory: 8.63 MB of 63.31 MB (13.6%) used.

How do i make corrections or configure to ensure i use atleast 256 MB of memory for JVM?

Thanks

Samad

Hi,

as you are using leenux you will likely not have a wildfire.exe file. You should place the file in the bin folder and name it wildfire.vmoptions - or you edit bin/wildfire and modify

  1. Uncomment the following line to add additional VM parameters

  2. INSTALL4J_ADD_VM_PARAMS=

to

  1. Uncomment the following line to add additional VM parameters

INSTALL4J_ADD_VM_PARAMS=’’-Xms64m -Xmx256m’’

I prefer the second option while one can optimize a lot in this very long and complex script.

LG

Thank you very much, you made my day:-)