Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Memory-problems on 64-bit Linux running Indigo (3.7)

I have problems running CDT, I'm getting out of memory errors as soon as I try to do anything in a file with lots of warnings from Codan or compilation.  The eclipse is started with the following .ini file:
 
-startup
plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.v20110505
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-perspective
org.eclipse.cdt.ui.CPerspective
-vmargs
-XX:PermSize=64m
-Xms384m
-Xmx1280m
 
I've attached the log-file.  I've found out that I can turn off the 'GC ...'-check via a parameter.  The computer has 72G of RAM so I can of course raise the heap size too, but still something somewhere is bad.
 
Best regards,
Jonas
 



JONAS JONSSON

Ericsson AB
EAB/FLE/BD
Tellusborgsvägen 83-87
SE-12637 Stockholm, Sweden
Phone +46107152931
Mobile +46730715777
jonas.l.jonsson@xxxxxxxxxxxx
www.ericsson.com



This Communication is Confidential. We only send and receive email on the basis of the terms set out at www.ericsson.com/email_disclaimer
 
 

Attachment: IndigoLog.log
Description: IndigoLog.log


Back to the top