cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
mfallison
Level 2

Setting VM arguments for runtime

I need to set some VM arguments that can be used by the installer during runtime. These arguments are to set the heap space during runtime.

-Xms256m -Xmx512m -XX:PermSize=128m

How can I set these arguments so the installer program will use them?
I tried creating a .lax file for the created installer program, but it does not seem to be reading it. Is there some debugging flag that can be set to see what VM arguments are used during the runtime process?

Thanks for your inputs!

Mark
Labels (1)
0 Kudos
(1) Reply
pv7721
Level 20

Edit the LaunchAnywhere properties then add a new property called lax.nl.java.option.additional which will hold the values you mentioned.
0 Kudos