I want to upload whole of the Dbpedia data set to the GraphDB. I have installed am using Docker container and have run it successfully. Now the problem is, I am unable to upload the .nt files because the maximum size of the file allowed is 200 MB. Can anybody help?
Asked
Active
Viewed 490 times
2 Answers
2
You can surpass the limit by using Import -> Server files. You can change the directory of the server files by passing -Dgraphdb.workbench.importDirectory=path_to_directory when starting GraphDB.

Konstantin Petrov
- 1,058
- 6
- 11
-1
The max size is governed by the graphdb.workbench.maxUploadSize property. You can change it in your server settings by setting a new value for it (in bytes).

Lieuwe
- 46
- 4
-
A detailed explanation is highly appreciated... – HQuser Apr 26 '23 at 19:22