-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker image crashes when RDFS is turned on #5213
Comments
What does "mio" mean? |
mio = million |
@mpagni12 You could try:
Our reasoner doesn't support deletions very well. Essentially when you delete anything, whatever it is, it needs to delete all inferred data and infer everything again. Any chance you could share your data with us? |
Sorry for the French notation
|
Not sure I can achieve this distinction in my older projects. On a more recent project, I have turned inferencing off, and rely on SPARQL updates exclusively. It is much more simple.
Thanks for this highlighting clarification. It explains why some innocuous
Yes, sooner or later. The older project is ENPKG (paper, resources) and everything is available. Two other projects are on the way. I am preparing a new version of kgsteward that has powered ENPKG. I will advertise it when the code becomes more stable and a user manual is available. |
@hmottestad as @mpagni12 is in my organization I have contacted him and will attempt to debug the symptoms outside of docker with him. |
Thanks a lot for your supports |
@JervenBolleman Did you guys figure this out? |
Current Behavior
I am building a fairly complex repository with about 250 mio triples, by using many
LOAD <> INTO GRAPH <>
andDELETE {} INSERT {} WHERE {}
statements. The code run nicely in GraphDB with RDFS inference turned on. I am attempting to reproduce it in the latest eclipse/rdf4j-workbench docker image, launched as follow:The repo build nicely without RDFS inference with the following config:
Now if I uncomment the RDFS inference line, create a new repo and restart the creation process, the repo will build for a while, then the docker image crashes without anything meaningful being reported in the rdf4j logs. I have observed the issue on both OXS (M1) and Linux. I suspect that the parameters of the JVM are not optimal. Any help would be greatly appreciated.
Expected Behavior
no crash
Steps To Reproduce
No response
Version
Latest version: 5.0.3
Are you interested in contributing a solution yourself?
Perhaps?
Anything else?
No response
The text was updated successfully, but these errors were encountered: