Hi All,
I've noticed after creating a number of triples, eventually all TDB calls
fail around. Some of of the objects stored are large strings (e.g. several
k).
java.lang.OutOfMemoryError: Java heap space
at java.nio.HeapByteBuffer.<init>(HeapByteBuffer.java:39)
at java.nio.ByteBuffer.allocate(ByteBuffer.java:312)
at
com.hp.hpl.jena.tdb.base.objectfile.ObjectFileStorage.read(ObjectFileStorage.java:249)
at com.hp.hpl.jena.tdb.lib.NodeLib.fetchDecode(NodeLib.java:60)
This fails on 0.8.10 or the 0.9 TxTDB.
Al