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?

2
  • I have currently exactly the same problem as you described. Did you find a solution for this question? Commented Dec 1, 2023 at 0:04
  • Create a docker image first, then try this command. sudo docker run -p 127.0.0.1:7200:7200 -v /home/laptop/Downloads/de/downloads:/home/laptop/Downloads/de/downloads --name graphdb -e "GDB_JAVA_OPTS= -Dgraphdb.workbench.importDirectory=/home/laptop/Downloads/de/downloads" ontotext/graphdb:9.0.0-free (here is the version of your graphdb image) Commented Dec 2, 2023 at 11:40

2 Answers 2

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.

Sign up to request clarification or add additional context in comments.

Comments

0

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).

1 Comment

A detailed explanation is highly appreciated...

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.