OutOfMemoryError while executing SPARQL Query #3850
-
Hi there, i just playing a bit with sparql on my server (rdf4j embedded in a spring-boot app). If i start using subqueries, i get a
The sample query. Maybe the query is bad! and maybe the server is configured with less memory. What would be the recommended memory to give to the app ? Thanks Fredy |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 9 replies
-
Can you tell us about your data and your server? |
Beta Was this translation helpful? Give feedback.
-
Currently i ended up with this query it's maybe a bit crazy to get all entries arround the world. But that is currently the wish of the wordPress Plugin-Developer. It would also probably be possible to work with smaller map cut-outs. As soon i asked for lat & lon, i get a unfortunately, i can see now that with my limited experience in triple stores and SPARQL, i'm quickly reaching the limits. and i don't know yet if it's the database design or the query. |
Beta Was this translation helpful? Give feedback.
-
I was searching, debugging, changing a lot in the last days. The problem was probably simply that the server had not been given enough memory. I could not find any memory problem. Thanks for the help
|
Beta Was this translation helpful? Give feedback.
I was searching, debugging, changing a lot in the last days. The problem was probably simply that the server had not been given enough memory. I could not find any memory problem. Thanks for the help
In the meanwhile we fixed (for now) the outOfMemory. (by increasing the memory of the vm ->768M)