From 8f87f18ae0064e5702c3af0c8397dcf44a39e218 Mon Sep 17 00:00:00 2001 From: zPlus Date: Wed, 15 Nov 2023 10:33:21 +0100 Subject: [PATCH] Add instruction for starting up Fuseki. --- README.jena | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.jena b/README.jena index 80c9351..962939e 100644 --- a/README.jena +++ b/README.jena @@ -15,4 +15,6 @@ Query from command line: It's also possible to start a standalone server (Fuseki) that is queryable via HTTP. All you have to do is create the database first (with the above commands), -and then start Fuseki. For an example see the "fuseki.service" file. +and then start Fuseki. See "fuseki.service" for an example. + + JVM_ARGS="-Xmx8G" ./fuseki-server --loc=database --port=7000 /dokk