Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Indexer --- OutOfMemory Error Or Internal Error
Indexer --- OutOfMemory Error Or Internal Error [message #178690] Fri, 20 October 2006 09:09 Go to next message
Zhaoren Liu is currently offline Zhaoren LiuFriend
Messages: 2
Registered: July 2009
Junior Member
Hi,
I have built a Managed make C++ project, It based on wxWindows. And
the Indexer made me going to craze. When I edited my source files, or I
build my project, the Indexer started to running, my machine went to
death. At last , eclipse reported a OutOfMemory error, Or Internal Error
and suggested me to exit workbench.

I turned off Indexer finally. But it bacame difficult to nagative source.

The big library of wxWindows may be a cause.

Help me, please.

Zhaoren
Re: Indexer --- OutOfMemory Error Or Internal Error [message #178702 is a reply to message #178690] Fri, 20 October 2006 12:26 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: user.domain.invalid

I've got the same problem.
The only solution we've found is to turn off indexer, or use the vmargs
to limit the VM memory size like -Xmx512m to limit to 512Mo.

With the CDT, i've got another problem with refresh...
Eclipse is always refreshing my working directory.



Zhaoren Liu wrote:
> Hi,
> I have built a Managed make C++ project, It based on wxWindows. And
> the Indexer made me going to craze. When I edited my source files, or I
> build my project, the Indexer started to running, my machine went to
> death. At last , eclipse reported a OutOfMemory error, Or Internal Error
> and suggested me to exit workbench.
>
> I turned off Indexer finally. But it bacame difficult to nagative source.
>
> The big library of wxWindows may be a cause.
>
> Help me, please.
>
> Zhaoren
>
Re: Indexer --- OutOfMemory Error Or Internal Error [message #178730 is a reply to message #178702] Sat, 21 October 2006 13:54 Go to previous message
Zhaoren Liu is currently offline Zhaoren LiuFriend
Messages: 2
Registered: July 2009
Junior Member
user@domain.invalid 写道:
> I've got the same problem.
> The only solution we've found is to turn off indexer, or use the vmargs
> to limit the VM memory size like -Xmx512m to limit to 512Mo.
>
> With the CDT, i've got another problem with refresh...
> Eclipse is always refreshing my working directory.
>
>
>
> Zhaoren Liu wrote:
>> Hi,
>> I have built a Managed make C++ project, It based on wxWindows. And
>> the Indexer made me going to craze. When I edited my source files, or I
>> build my project, the Indexer started to running, my machine went to
>> death. At last , eclipse reported a OutOfMemory error, Or Internal Error
>> and suggested me to exit workbench.
>>
>> I turned off Indexer finally. But it bacame difficult to nagative source.
>>
>> The big library of wxWindows may be a cause.
>>
>> Help me, please.
>>
>> Zhaoren
>>

It seems that the Indexer of CDT or "open definition" feathur has a
memeory leak. The memory used by JVM is large all the same,even I exit
workbench . I have to kill the "java.exe" process.

Regards
Zhaoren
Previous Topic:Program Console and Prompt-Dos Console
Next Topic:Almost works...
Goto Forum:
  


Current Time: Sat Jul 27 12:09:37 GMT 2024

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

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

Back to the top