Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » eclipse helios crashing and crashing (i am using eclipse helios and it get crashed few mintues after i start working please help me out )
eclipse helios crashing and crashing [message #636603] Tue, 02 November 2010 07:46 Go to next message
vicky  is currently offline vicky Friend
Messages: 8
Registered: September 2010
Junior Member
here is my eclipse.ini


-startup
plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.0.v 20100503
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
1024M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
1024M
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx512m



i have increased permgen space to 1024m but still no use i am unable to use it
Re: eclipse helios crashing and crashing [message #636604 is a reply to message #636603] Tue, 02 November 2010 07:56 Go to previous messageGo to next message
Animesh Kumar is currently offline Animesh KumarFriend
Messages: 79
Registered: September 2010
Location: Bangalore
Member
Try using the following as your VM argumesnts:-

-Xmx512m
-Xms128m
-XX:PermSize=32m
-XX:MaxPermSize=384m


This would prevent the permgen space error, which i think is the reason for crashing of your IDE.

Hope this helps.


Regards,
Animesh
Re: eclipse helios crashing and crashing [message #636605 is a reply to message #636604] Tue, 02 November 2010 07:58 Go to previous messageGo to next message
vicky  is currently offline vicky Friend
Messages: 8
Registered: September 2010
Junior Member
should i change it in eclipse.ini?
Re: eclipse helios crashing and crashing [message #636608 is a reply to message #636605] Tue, 02 November 2010 08:01 Go to previous messageGo to next message
Animesh Kumar is currently offline Animesh KumarFriend
Messages: 79
Registered: September 2010
Location: Bangalore
Member
You can do that in Debug Configurations or Run Configurations in Eclipse. That would do.

In the main menu Run -> Run Configurations-> Arguments tab in it. You can change the VM Arguments there.

These values will automatically get reflected in the eclipse.ini


Regards,
Animesh

[Updated on: Tue, 02 November 2010 08:05]

Report message to a moderator

Re: eclipse helios crashing and crashing [message #636611 is a reply to message #636608] Tue, 02 November 2010 08:27 Go to previous messageGo to next message
Mauro Molinari is currently offline Mauro MolinariFriend
Messages: 285
Registered: July 2009
Senior Member
Il 02/11/2010 09:01, Animesh Kumar ha scritto:
> You can do that in Debug Configurations or Run Configurations in
> Eclipse. That would do.

No, it would not. To make those arguments be passed to the VM running
Eclipse itself, they have to be put in eclipse.ini or passed to
eclipse.exe on the command line.

To Vicky: are you using Sun's JRE 1.6.0_21 to run Eclipse? If so,
re-download and re-install it or upgrade to 1.6.0_22, since the bundle
originally released for 1.6.0_21 had a problem with the Oracle
re-branding that prevented Eclipse to recognize that VM as a Sun one, so
the permgen parameter as specified by --launcher.XXMaxPermSize 1024M in
eclipse.ini didn't work.

See: https://bugs.eclipse.org/bugs/show_bug.cgi?id=319514

Mauro.
Re: eclipse helios crashing and crashing [message #636657 is a reply to message #636608] Tue, 02 November 2010 11:06 Go to previous message
vicky  is currently offline vicky Friend
Messages: 8
Registered: September 2010
Junior Member
thanks
Previous Topic:Security Applet Alert in Eclipse
Next Topic:working with WS-BPEL with eclipse and maven
Goto Forum:
  


Current Time: Thu Mar 28 12:07:10 GMT 2024

Powered by FUDForum. Page generated in 0.05704 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top