diff --git a/README b/README index e92f35a..e3e4f8c 100644 --- a/README +++ b/README @@ -13,7 +13,10 @@ The tools used here are available for download at Databases can be created with: - tdb2.tdbloader --loc=database_name *.ttl + # Increase Java heap size + # If there's not enough RAM, try with a different loader, such as --loader=basic + export JVM_ARGS=-Xmx16G + tdb2.tdbloader --loc=database_name *.nt Place all the databases into the folder "fuseki_base/databases/". Now to start the server, just run the systemd service file "fuseki.service" available @@ -26,8 +29,3 @@ for configuring paths or other custom settings. source venv/bin/activate pip install -r requirements.txt gunicorn --reload --worker-connections=4 --threads=4 --bind 0.0.0.0:8080 --error-logfile=- app:application - -# Crawl website for static HTML pages: - - wget2 --mirror --max-threads=16 --page-requisites --adjust-extension --execute robots=off localhost:8080 -