home » zplus/dokk.org.git
Author zPlus <zplus@peers.community> 2024-11-20 12:39:25
Committer zPlus <zplus@peers.community> 2024-11-20 12:39:25
Commit ee4ad5c (patch)
Tree fae48b5
Parent(s)

Change JVM_ARGS from 16G to 8G.


commits diff: 91213d6..ee4ad5c
1 file changed, 1 insertion, 1 deletiondownload


Diffstat
-rw-r--r-- README 2

Diff options
View
Side
Whitespace
Context lines
Inter-hunk lines
+1/-1 M   README
index 48769d6..b940d60
old size: 1K - new size: 1K
@@ -15,7 +15,7 @@ Databases can be created with:
15 15
16 16 # Increase Java heap size
17 17 # If there's not enough RAM, try with a different loader, such as --loader=basic
18 - export JVM_ARGS=-Xmx16G
18 + export JVM_ARGS=-Xmx8G
19 19 tdb2.tdbloader --loc=database_name *.nt
20 20
21 21 Place all the databases into the folder "fuseki_base/databases/".