| Author |
java.lang.OutOfMemoryError
|
Jason Marshall
Greenhorn
Joined: Jul 17, 2006
Posts: 18
|
|
Hi Partners,
If I run Roberto Perillo Test case more than say 70 times as shown below.
I get the below error message.. Is this normal, I am doing calls to System.gc() and I know we cannot control this, I have tried to null all variables inside of my functions. Is this happening due to the share number of threads being created? I am working on a Dell Inspiron, XP3, 1GB Memory.
Exception in thread "Thread-264" java.lang.OutOfMemoryError: Java heap space
at suncertify.db.RoomFileAccess.updateRoomList(RoomFileAccess.java:140)
at suncertify.db.RoomFileAccess.deleteRecord(RoomFileAccess.java:461)
at suncertify.db.Data.deleteRecord(Data.java:91)
at suncertify.db.DataClassTest$DeletingRecord1Thread.run(DataClassTest.java:253)
BUILD STOPPED (total time: 1 minute 2 seconds)
Thanks Jason
|
Look for solutions not problems!
|
 |
Roel De Nijs
Bartender
Joined: Jul 19, 2004
Posts: 4351
|
|
Jason,
If your program throws such an exception, is it always originating in the same method (updateRoomList) or is it just randomly.
Regards,
Roel
|
SCJA, SCJP (1.4 | 5.0 | 6.0), SCJD
http://www.javaroe.be/
|
 |
 |
|
|
subject: java.lang.OutOfMemoryError
|
|
|