We persisted many entities in a transaction, unfortunately the heap reached its limit at any time although the flush and the GC were invoked regularly.
The attachments show the memory heap dump of the biggest consumer.
Which objects you would actually expect to remove by the garbage collector?
Why the option objectdb.temp.page-file does not perform?
Options:
<temp path="$temp" threshold="512mb" />
System.setProperty("objectdb.temp.page-file", "true");
Version objectdb-2.6.6_05