Bug 34292 - [RC2] OutOfMemory compiling
Summary: [RC2] OutOfMemory compiling
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 2.1 RC3   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-10 07:59 EST by Christophe Elek CLA
Modified: 2003-03-10 13:07 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.