Re: Fuseki memory in Docker

2021-09-20 Thread Martynas Jusevičius
On Mon, Sep 20, 2021 at 3:07 PM Andy Seaborne wrote: > > > > On 20/09/2021 12:02, Martynas Jusevičius wrote: > > Hi, > > > > I see that the default Dockerfile has hardcoded > > JAVA_OPTIONS="-Xmx2048m -Xms2048m" > > https://github.com/apache/jena/blob/main/jena-fuseki2/jena-fuseki-docker/Dockerfil

ApacheCon starts tomorrow!

2021-09-20 Thread Rich Bowen
ApacheCon @Home starts tomorrow! Details at https://www.apachecon.com/acah2021/index.html (Note: You're receiving this because you are subscribed to one or more user lists for Apache Software Foundation projects.) We've got three days of great content lined up for you, spanning 14 project co

Does Jena take more time to update when using reasoners?

2021-09-20 Thread Sushanth Vaddaram
Hi , Can you please let me know if Jena take more time to update when using reasoners? Thanks, Sushanth

Re: Fuseki memory in Docker

2021-09-20 Thread Andy Seaborne
On 20/09/2021 12:02, Martynas Jusevičius wrote: Hi, I see that the default Dockerfile has hardcoded JAVA_OPTIONS="-Xmx2048m -Xms2048m" https://github.com/apache/jena/blob/main/jena-fuseki2/jena-fuseki-docker/Dockerfile#L107 https://docs.docker.com/engine/reference/builder/#env """ The envir

Fuseki memory in Docker

2021-09-20 Thread Martynas Jusevičius
Hi, I see that the default Dockerfile has hardcoded JAVA_OPTIONS="-Xmx2048m -Xms2048m" https://github.com/apache/jena/blob/main/jena-fuseki2/jena-fuseki-docker/Dockerfile#L107 This doesn't make much sense in a Docker environment where the hardcoded value can either go over the limit of the contai