Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » java.lang.OutOfMemoryError: Java heap space
java.lang.OutOfMemoryError: Java heap space [message #185949] Fri, 23 February 2007 21:35 Go to next message
Eclipse UserFriend
Originally posted by: g-michalak.ti.com

When I try to open any c source file I get the following error. If I try to
reopen the file it opens fine. When I try to syncronize with CVS eclipse
closes down. This just started happening yesterday, I've been using eclipse
for months and never had this issue. Anybody have any idea what is wrong?

!ENTRY org.eclipse.ui 4 0 2007-02-23 15:25:58.425
!MESSAGE Unable to create editor ID org.eclipse.cdt.ui.editor.CEditor:
Editor could not be initialized.
!STACK 0
java.lang.OutOfMemoryError: Java heap space

Thanks,
Greg
Re: java.lang.OutOfMemoryError: Java heap space [message #185958 is a reply to message #185949] Fri, 23 February 2007 21:42 Go to previous message
Eclipse UserFriend
Originally posted by: dschaefer.qnx.com

Eclipse wrote:
> When I try to open any c source file I get the following error. If I try to
> reopen the file it opens fine. When I try to syncronize with CVS eclipse
> closes down. This just started happening yesterday, I've been using eclipse
> for months and never had this issue. Anybody have any idea what is wrong?
>
> !ENTRY org.eclipse.ui 4 0 2007-02-23 15:25:58.425
> !MESSAGE Unable to create editor ID org.eclipse.cdt.ui.editor.CEditor:
> Editor could not be initialized.
> !STACK 0
> java.lang.OutOfMemoryError: Java heap space
>
> Thanks,
> Greg
>
>

You didn't say which release you were using. If you are using the Sun
JVM, you might want to try the -Xmx512M to increase the heap size.

Doug
Previous Topic:Remote debugger
Next Topic:console wrong cursor position
Goto Forum:
  


Current Time: Sat Jul 27 18:30:08 GMT 2024

Powered by FUDForum. Page generated in 0.03523 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top