1

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?

Khan
  • 95
  • 1
  • 8

2 Answers2

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