Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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] Wed, 27 February 2019 04:48
Priyadharshini K is currently offline Priyadharshini KFriend
Messages: 4
Registered: January 2014
Location: India
Junior Member
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 Apr 28 14:34:10 GMT 2024

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

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

Back to the top