Bug 58691 - Out of memory
Summary: Out of memory
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 critical (vote)
Target Milestone: 3.0 M9   Edit
Assignee: Kent Johnson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-15 12:59 EDT by Sameer Vulchi CLA
Modified: 2004-04-19 16:30 EDT (History)
0 users

See Also:


Attachments
Log file for the bug (1.33 KB, text/plain)
2004-04-15 13:01 EDT, Sameer Vulchi CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sameer Vulchi CLA 2004-04-15 12:59:09 EDT
Eclipse 3.0 M8 throws an Out of memory error right at the startup.
How do I attach the log file
Comment 1 Sameer Vulchi CLA 2004-04-15 13:01:20 EDT
Created attachment 9541 [details]
Log file for the bug

The log file has been attached for the out of memory error that is being thrown
in Eclipse 3.0 M8
Comment 2 John Arthorne CLA 2004-04-15 13:11:56 EDT
You can increase the amount of available memory in Eclipse from the command line:

eclipse -vmargs -Xmx256M

Moving to JDT core as the OutOfMemoryError is occurring in the indexer.
Comment 3 Olivier Thomann CLA 2004-04-15 14:35:54 EDT
If you don't use -Xmx option, you have only 64M of RAM. This is clearly not
enough to run Eclipse.
Comment 4 Philipe Mulet CLA 2004-04-15 18:22:05 EDT
Kent: can we make the crash recovery scenario less memory intensive ?
Comment 5 Kent Johnson CLA 2004-04-19 16:30:16 EDT
Its not the crash recovery that is running out of memory... its the initial 
attempt to index rt.jar.


Please change your VM settings as suggested.