660/661 Follow
Hello,
I'm new here so I hope I haven't offended by posting in the wrong forum.
I'd like to ask a question about build 660/661. I noticed that its an executable now, and that it doesn't require a batch file to start.
My question is this.
660 seems to have a default setting of 128Mb. My project requires more memory, because everytime I compile now I get through ~200 classes before I get the outo-of-memory error.
Can the 660 executable accept arguments by any chance? Can i specify to 660 the amount of RAM it should use?
I tried changing the heap size in both current project properties and the default-project-properties to 384Mb but this doesn't seem to change the amount idea will grab.
Any Tips/Ideas?
ps: 660 is must faster than the last 5 or so builds. Good job guys...
Please sign in to leave a comment.
have a look at idea.lax
the executable file is nothing but a thin wrapper that starts the VM;
parameters are read from idea.lax
"Robert Debeljakovic" <itnadmin@jetbrains.com> wrote in message
news:1879765.1035197633690.JavaMail.jrun@is.intellij.net...
>
executable now, and that it doesn't require a batch file to start.
>
memory, because everytime I compile now I get through ~200 classes before I
get the outo-of-memory error.
>
660 the amount of RAM it should use?
>
default-project-properties to 384Mb but this doesn't seem to change the
amount idea will grab.
>
>
I just changed the settings for the tag
"lax.nl.java.option.additional" in idea.lax.
Works nice. Thanks Peter!