Skip to main content



      Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Eclipse Application causing Desktop Heap allocation failure(Desktop Heap allocation failure in Windows)
Eclipse Application causing Desktop Heap allocation failure [message #1803332] Tue, 26 February 2019 23:48
Eclipse UserFriend
Hello all,

We have a large complicated server framework where we keep getting Desktop heap allocation failure every week. To analyze the problem further, we had setup a smaller simple structure like below

We have a simple Eclipse application - It is a sample application that does nothing but wait for 2 seconds (using Thread. Sleep) and exit.

I have a windows service where I call a batch file that in turn invokes this application in a loop continuously.

This starts to work fine - the Eclipse application gets launched continuously, wait for 2 seconds and exit.

After about 30 minutes or so, I get Desktop Heap allocation failed message from Windows.

Instead of Eclipse application, if I use a windows application that does the same thing I don't see the Desktop heap allocation failure.

I suspect that the resources are not completed released when the Eclipse application exits.

How should I go about fixing this? Any help will be really appreciated.

Thanks in advance,
Priya
Previous Topic:Pre-work on a file before opening
Next Topic:Compile behaviour of OSGI DS annotation support
Goto Forum:
  


Current Time: Sun Jul 13 07:10:18 EDT 2025

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

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

Back to the top