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 deletion
—
download
Diffstat
Diff options
+1/-1
M README
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/".
|