Bug 34292

Summary: [RC2] OutOfMemory compiling
Product: [Eclipse Project] JDT Reporter: Christophe Elek <celek>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3    
Version: 2.1   
Target Milestone: 2.1 RC3   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Christophe Elek CLA 2003-03-10 07:59:05 EST
Install RC2
File, Import, External Plugins, Select extract source archive, select all 
plugins
The import occurs, the compiler starts, get OutOfMemoryError

!SESSION Mar 10, 2003 07:47:56.343 --------------------------------------------
-
java.version=1.4.1
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86 -install 
file:D:/rc2/eclipse/
!ENTRY org.eclipse.pde.ui 4 0 Mar 10, 2003 07:47:56.343
!MESSAGE java.lang.OutOfMemoryError
!STACK 0
java.lang.OutOfMemoryError
Comment 1 Olivier Thomann CLA 2003-03-10 08:32:11 EST
Use the -Xmx128M or more. With your command line, you use the default stack 
value (64M).I personnaly use -Xmx256M and I never get this problem.
Comment 2 Olivier Thomann CLA 2003-03-10 12:44:27 EST
Is it ok to close?
Comment 3 Christophe Elek CLA 2003-03-10 12:47:43 EST
yep
Comment 4 Olivier Thomann CLA 2003-03-10 13:07:09 EST
Close.