Re: Ever-increasing memory usage in Fuseki

2023-11-01 Thread Martynas Jusevičius
There were several long threads about this issue in the past months. I think the consensus was it's Jetty-related, but I don't know if the issue is addressed. https://lists.apache.org/thread/31ytzp3p2zg3gcsm86t1xlh4nsmdcfkc https://lists.apache.org/thread/b64trj1c9n9rt0xjowqt4j23h9cy3v4c

Re: Ever-increasing memory usage in Fuseki

2023-11-01 Thread Conal McLaughlin
Hey Hugo, Hard to say without more information but we have experienced containers being killed like you described and solved it by setting -XX:MaxDirectMemorySize. Jena/TDB storage makes use of memory mapped files

Ever-increasing memory usage in Fuseki

2023-11-01 Thread Hugo Mills
Hi, We've got an application we've inherited recently which uses a Fuseki database. It was originally Fuseki 3.4.0, and has been upgraded to 4.9.0 recently. The 3.4.0 server needed regular restarts (once a day) in order to keep working; the 4.9.0 server is even more unreliable, and has been

[ANN] Apache Jena 4.10.0

2023-11-01 Thread Andy Seaborne
The Apache Jena development community is pleased to announce the release of Apache Jena 4.10.0 In this release: * Prepare for Jena5 Check use of deprecated API calls These are largely being removed in Jena5. Jena5 will require Java17 jena5 Fuseki will switch from javax.servlet to