Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-dev] Out Of Memory Error

You need -vmargs in front the arguments for the JVM otherwise I am not sure
they are used.

eclipse.exe -vm c:\jdk1.3.1_01\bin\javaw.exe -vmargs -Xmx256M  -Xms128M

Note that the arguments starting with -X depend on your JVM. See the JVM
option to know what you should use.

Olivier



                                                                                                                                         
                      Anil Vaitla                                                                                                        
                      <anilvaitla@yaho         To:      jdt-dev@xxxxxxxxxxx                                                              
                      o.com>                   cc:                                                                                       
                      Sent by:                 Subject: Re: [jdt-dev] Out Of Memory  Error                                               
                      jdt-dev-admin@ec                                                                                                   
                      lipse.org                                                                                                          
                                                                                                                                         
                                                                                                                                         
                      19/09/2002 02:02                                                                                                   
                      PM                                                                                                                 
                      Please respond                                                                                                     
                      to jdt-dev                                                                                                         
                                                                                                                                         
                                                                                                                                         



Thanks for your suggestion.
I have tried it but it does not solve the problem.
I am running on a P3/NT/512MB/JDK1.3.1_01
i have also tried running the eclipse from the command line by
eclipse.exe -vm c:\jdk1.3.1_01\bin\javaw.exe -ms128m -mx256m

I have attached a txt file of the error printed in the log.
Please let me know if any of you have any idea of the problem is.

Thanks




Back to the top