Von: "Nitin Dhiman" <nitinkdhiman@xxxxxxxxx>
	Gesendet: Dec 27, 2011 12:28:36 PM
	An: cdt-dev@xxxxxxxxxxx, cdt-dev-request@xxxxxxxxxxx
	Betreff: [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