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

   > The memory usage keeps climbing continuously until the container runs out 
of memory and is restarted, though not due to an OOM exception or the OOM 
killer, but instead presumably due to not responding and failing the container 
healthcheck.
   
   This could because heap is full. The JVM can get into a state of more and 
more work on GC leading to very long pauses when the heap is exhausted or very 
close to that state.
   
   Most of the long-term heap usage in TDB is not transient hence it's old-gen. 
Lucene will also be potential competing for space 
   
   > Is Fuseki 5.5.0 known or expected to have increased memory usage?
   
   Not directly but general ioncreases between versions happens and 5.2.0 looks 
to be close.
   
   How much RAM is allocated to the container/VM?
   
   


-- 
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: issues-unsubscr...@jena.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@jena.apache.org
For additional commands, e-mail: issues-h...@jena.apache.org

Reply via email to