afs commented on issue #2318:
URL: https://github.com/apache/jena/issues/2318#issuecomment-1986205729

   @aliariff wrote:
   > Yes, we indeed perform manual/force release on certain situations using 
`TDBInternal.expel(dsg);` (Ref: 
https://jena.apache.org/documentation/tdb/faqs.html#fuseki-tdb-memory-leak).
   
   Note that is about TDB1.
   
   TDB2 performs write-ahead into database itself (MVCC) during a write 
transaction and doesn't have a post-transaction clear-up step and the 
Fuseki+TDB1 related issue doesn't occur.
   
   Also on the page:
   
   >> Using transactions is strongly recommended
   
   ... and for TDB2, transactions are required.
   
   >> Should I use an SSD?
   
   Yes!
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to