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