by Thomas Schodt <spamtrap0607@[EMAIL PROTECTED]
>
Mar 10, 2008 at 04:28 PM
Markus Elfring wrote:
> I have got a computer with 2 GB main memory for a dual core processor. I
> have tried a bit fine-tuning of start parameters for Java virtual
> machines. The settings "-J-Xss81m -J-Xms364m -J-XX:PermSize=41m
> -J-XX:MaxPermSize=400m -J-XX:+UseParallelGC" are in my file
> "/usr/local/netbeans/6.0.1/etc/netbeans.conf".
>
> I'd like to point out that I get the following error message if I use
> the parameter "-J-Xms365m".
> Error occurred during initialization of VM
> Incompatible initial and maximum heap sizes specified
It is telling you to add "-J-Xmx365m".