bin/idea.properties
I posted this question under a different thread, but it got ignored.
Does anyone have a complete list of possible keys (and values) for bin/idea.properties? I am most interested in memory management.
Under the old install, we had bin/indea.lax with the key
lax.nl.java.option.additional
to pass in options to the JVM.
Please sign in to leave a comment.
RW> Under the old install, we had bin/indea.lax with the key
RW> lax.nl.java.option.additional
RW> to pass in options to the JVM.
Someone posted that this was lost in the change from lax to properties).
The suggestion (while it isn't fixed) is to add this to the shortcut/idea
command line...
RW>> Under the old install, we had bin/indea.lax with the key
RW>> lax.nl.java.option.additional
RW>> to pass in options to the JVM.
We're using exe4j product to generate idea executable and that stuff has
quite simple solution to that. Create idea.exe.vmoptions near idea.exe. Write
VM options one per line there.
So I want to set some VM options but IDEA won't start now.
I created a file called "idea.exe.vmoptions". The file contains:
-Xms256m
-Xmx384m
But IDEA doesn't execute now. Any ideas?
"Maxim Shafirov" <max@jetbrains.com> wrote in message
news:14388632424305955429980@news.jetbrains.com...
>> Someone posted that this was lost in the change from lax to
>> properties).
>>
>> The suggestion (while it isn't fixed) is to add this to the
>> shortcut/idea command line...
>
>
Bug: http://www.intellij.net/tracker/idea/viewSCR?publicId=43005