- This topic has 3 replies, 3 voices, and was last updated 20 years, 7 months ago by Riyad Kalla.
-
AuthorPosts
-
Vaskin KissoyanMemberAnyone else getting a lot of out of memory errors, CPU spikes that stay up at 100% and just really an almost unusable IDE. I have a gig of memory and I’ve upped Eclipses JVM memory to 512 MB and still getting this stuff…
Here’s my log dump from my last session just a few mins ago:
!SESSION Apr 19, 2004 09:44:20.119 ———————————————
java.version=1.4.2_02
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -Xxm512M
!ENTRY org.eclipse.osgi Apr 19, 2004 09:44:20.119
!MESSAGE Bundle reference:file:c:/eclipse/plugins/org.eclipse.debug.ui_3.0.0/ [19] was not resolved
!ENTRY org.eclipse.osgi Apr 19, 2004 09:44:20.119
!MESSAGE Bundle reference:file:c:/eclipse/plugins/org.eclipse.jdt.debug_3.0.0/ [28] was not resolved
!ENTRY org.eclipse.ui 4 4 Apr 19, 2004 09:46:22.957
!MESSAGE Unhandled event loop exception
!ENTRY org.eclipse.ui 4 0 Apr 19, 2004 09:46:22.957
!MESSAGE java.lang.OutOfMemoryError
!STACK 0
java.lang.OutOfMemoryError
!ENTRY org.eclipse.jdt.core 4 4 Apr 19, 2004 09:46:24.561
!MESSAGE Background Indexer Crash Recovery
!STACK 0
java.lang.OutOfMemoryError
!ENTRY org.eclipse.jdt.core 4 4 Apr 19, 2004 09:47:43.386
!MESSAGE Background Indexer Crash Recovery
!STACK 0
java.lang.OutOfMemoryError
!ENTRY org.eclipse.jdt.core 4 4 Apr 19, 2004 09:48:25.165
!MESSAGE Background Indexer Crash Recovery
!STACK 0
java.lang.OutOfMemoryError
!ENTRY org.eclipse.jdt.core 4 4 Apr 19, 2004 09:59:06.275
!MESSAGE Background Indexer Crash Recovery
!STACK 0
java.lang.OutOfMemoryError
!ENTRY org.eclipse.jdt.core 4 4 Apr 19, 2004 10:00:01.583
!MESSAGE Background Indexer Crash Recovery
!STACK 0
java.lang.OutOfMemoryError
!ENTRY org.eclipse.ui 4 4 Apr 19, 2004 10:00:02.871
!MESSAGE Unhandled event loop exception
!ENTRY org.eclipse.ui 4 0 Apr 19, 2004 10:00:03.42
!MESSAGE java.lang.OutOfMemoryError
!STACK 0
java.lang.OutOfMemoryError
Riyad KallaMemberIt seems quite a few people have OOM Exceptions using Eclipse 3.0:
https://bugs.eclipse.org/bugs/buglist.cgi?short_desc_type=allwordssubstr&short_desc=memory&version=3.0&version=DEVELOPMENT&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&changedin=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=Did any of those match your use case?
clwandlingMemberYour command line arguments should be
-Xmx512m
not -Xxm512M
Riyad KallaMemberclwandling,
Good eye! Thank you for the help. -
AuthorPosts