Re: java.lang.OutOfMemoryError: [message #1482 is a reply to message #1089] |
Wed, 04 June 2008 05:16   |
rwaliczek Messages: 6 Registered: April 2008 Location: Institute of Nuclear Phys... |
|
|
|
Hello,
I have similar problem. When I try to run a job I get error:
java.lang.OutOfMemoryError: Java heap space
at java.util.ArrayList.<init>(ArrayList.java:112)
at org.lcsim.util.lcio.SIOReconstructedParticle.<init>(SIOReconstructedParticle.java:39)
at org.lcsim.util.lcio.SIOReconstructedParticleBlockHandler.add CollectionElements(SIOReconstructedParticleBlockHandler.java :19)
at org.lcsim.util.lcio.AbstractBlockHandler.readBlock(AbstractB lockHandler.java:34)
at org.lcsim.util.lcio.LCIOReader.read(LCIOReader.java:66)
at org.lcsim.util.loop.LCIOEventSource.next(LCIOEventSource.jav a:70)
at org.freehep.jas.extensions.recordloop.InteractiveRecordLoop. getNextRecord(InteractiveRecordLoop.java:372)
at org.freehep.jas.extensions.recordloop.RecordLoopManager.run( RecordLoopManager.java:66)
at java.lang.Thread.run(Thread.java:619)
But in this case the increase memory to 512Mb and more doesn`t resolve this problem. Any idea?
I have JAS3-0.8.4rc3, I use jdk1.6.0_10, and .slcio file come from Marlin.
many regards,
Radek
|
|
|