Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] eclipse slow response during debug process

Greetings,
I am using Eclipse CDT Indigo  Build id: 20110615-0604. As debug process happens, response of eclipse continuously degrades and becomes slower. Step Walkin becomes very slow and takes couple of seconds for every instruction. I am looking for help in reducing these delays. 
Following is eclipse.ini file:
 -startup
plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.100.v20110505
-product
org.eclipse.epp.package.cpp.product
--launcher.defaultAction
openFile
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
1024M
--launcher.defaultAction
openFile
-vm
/home/nitin/installations/jre1.6.0_20/bin
-vmargs
-Dosgi.requiredJavaVersion=1.5
-XX:MaxPermSize=1024M
-Xms512M
-Xmx1024M


Whether allocating more memory to java heap will help??
thank you
nitin

Back to the top