From ee4ad5cecc266704db922bfe68263e9e93869ef9 Mon Sep 17 00:00:00 2001 From: zPlus Date: Wed, 20 Nov 2024 13:39:25 +0100 Subject: [PATCH] Change JVM_ARGS from 16G to 8G. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 48769d6..b940d60 100644 --- a/README +++ b/README @@ -15,7 +15,7 @@ Databases can be created with: # Increase Java heap size # If there's not enough RAM, try with a different loader, such as --loader=basic - export JVM_ARGS=-Xmx16G + export JVM_ARGS=-Xmx8G tdb2.tdbloader --loc=database_name *.nt Place all the databases into the folder "fuseki_base/databases/".