Results 1 to 6 of 6
Thread: Out of memory error in eclipse
- 09-05-2008, 04:47 PM #1
Member
- Join Date
- Sep 2008
- Posts
- 32
- Rep Power
- 0
Out of memory error in eclipse
Hi,
I was working on eclipse and all of the sudden i got one pop up of out of memory error in eclipse which says subsequent errors may happen and may terminate the workbench without warning.From the last few days I am facing C drive space problem.Is it cause of that?
Now what I need to do to avoid these errors.On the regular bases I cleaned my drives,
One more thing some time when I worked on my system i got low virtual memory error.Actually I have a old system and don't have much memory space.What are the best way to manage this problem.
Here I am attaching the error message.
Thanks
- 09-05-2008, 05:15 PM #2
Is this a java programming problem or an eclipse problem?
Do you have the same problem running the program without eclipse?
- 09-05-2008, 05:39 PM #3
Senior Member
- Join Date
- Aug 2008
- Posts
- 384
- Rep Power
- 12
make a .bat file with this:
Java Code:@echo off java -Xmx256mPATH
If you still get an out of memory error, you should improve your code...I die a little on the inside...
Every time I get shot.
- 09-05-2008, 05:45 PM #4
Member
- Join Date
- Sep 2008
- Posts
- 32
- Rep Power
- 0
Where I save this .bat file?
- 09-05-2008, 05:48 PM #5
Senior Member
- Join Date
- Aug 2008
- Posts
- 384
- Rep Power
- 12
in the root map. If you don't use self-made packages, you just save it in the same map as your code.
I die a little on the inside...
Every time I get shot.
- 09-05-2008, 05:50 PM #6
Senior Member
- Join Date
- Aug 2008
- Posts
- 384
- Rep Power
- 12
Similar Threads
-
Eclipse project error
By bhanu in forum EclipseReplies: 8Last Post: 09-07-2011, 03:56 PM -
how do I increase memory allocated to code cache (Non Heap Memory)
By manibhat in forum Advanced JavaReplies: 2Last Post: 08-21-2008, 08:33 PM -
Low memory error
By rlhs76 in forum New To JavaReplies: 2Last Post: 02-08-2008, 11:25 PM -
How to reduce the size or avoiding out of memory error?
By rajeshkumarmsc in forum Advanced JavaReplies: 3Last Post: 08-11-2007, 11:15 PM -
Java Heap Out of Memory Error
By stonkers in forum New To JavaReplies: 3Last Post: 07-17-2007, 05:43 PM
Bookmarks