Wildservice & JVM Memory Reset

Hi Everyone.

Needs some help here please. Thanks.

I’'ve install Wildfire and install the service and I want to increase my JVM memory so I created a wildfire.vmoptions and added the following lines into it:

-Xms512m

-Xmx512m

It starts fine when I am running the Wildfire and start the application, but it reset when I restart the service. Anyone has any idea why? I beleive the service is starting but is not calling the wildfire.vmoptions file.

Hi,

the documentation mentions wildfire-service.vmoptions for the service and wildfire.vmoptions for the standalone application.

LG

I figured it out. Thanks.

I just created a user define service that included those parameters.