| Author |
Eclipse crashes everyday
|
Prachi Deodhar
Greenhorn
Joined: Jun 13, 2006
Posts: 15
|
|
I am using eclipse 3.2. Eclipse crashes after 5-6 hours of development everday. Sometimes it gives Out of Memory error. Sometimes it disappears from screen without any warnings. My arguments in eclipse.ini are -vmargs -Xms512m -Xmx1024m How can i get rid of this problem.
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26151
|
|
Prachi, Is there anything in the workspace/.metadata/.log file that looks relevant?
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
Prachi Deodhar
Greenhorn
Joined: Jun 13, 2006
Posts: 15
|
|
|
No, it doesnt!
|
 |
Frank Bacher
Greenhorn
Joined: Oct 25, 2002
Posts: 19
|
|
I'm not sure if this is helpful for you, but i had a similar problem. Sometimes I got an OutOfMemoryError. In my case the message was something like java.lang.OutOfMemoryError: PermGen space. For me, the solution was to add the parameter '-XX:PermSize=128m'. Since i did that, Eclipse isn't crashing anymore. [ April 18, 2008: Message edited by: Frank Bacher ]
|
 |
 |
|
|
subject: Eclipse crashes everyday
|
|
|