You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed this tutorial to setup a local wikidata query service using docker (wikibase/wdqs:0.3.40)
The data is loaded and I can send SPARQL queries.
I tested with some queries that worked, but using the following query (the query is working for other classes with less instances compared to "human"(Q5)):
I get the following MemoryManagerOutOfMemory error:
java.util.concurrent.ExecutionException: java.util.concurrent.ExecutionException: org.openrdf.query.QueryEvaluationException: java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.lang.Exception: task=ChunkTask{query=36a73c99-710a-46a9-ba5e-779e3b0d9e83,bopId=6,partitionId=-1,sinkId=8,altSinkId=null}, cause=java.util.concurrent.ExecutionException: java.lang.RuntimeException: cause=com.bigdata.btree.EvictionError: com.bigdata.rwstore.sector.MemoryManagerOutOfMemory, state=HTreeHashJoinUtility{open=true,joinType=Exists,askVar=-exists-1,joinVars=[X1, X2],outputDistinctJVs=true,size=4281228,considered(left=0,right=0,joins=0),joinSetSize=0}
at java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.util.concurrent.FutureTask.get(FutureTask.java:206)
at com.bigdata.rdf.sail.webapp.BigdataServlet.submitApiTask(BigdataServlet.java:292)
at com.bigdata.rdf.sail.webapp.QueryServlet.doSparqlQuery(QueryServlet.java:678)
at com.bigdata.rdf.sail.webapp.QueryServlet.doPost(QueryServlet.java:275)
at com.bigdata.rdf.sail.webapp.RESTServlet.doPost(RESTServlet.java:269)
.....
Hello,
I followed this tutorial to setup a local wikidata query service using docker (wikibase/wdqs:0.3.40)
The data is loaded and I can send SPARQL queries.
I tested with some queries that worked, but using the following query (the query is working for other classes with less instances compared to "human"(Q5)):
I get the following
MemoryManagerOutOfMemory
error:Based on this response, I should increase:
-XX:MaxDirectMemorySize
And
Dcom.bigdata.rdf.sparql.ast.QueryHints.analyticMaxMemoryPerQuery
MemoryManagerOutOfMemory
error ?I would be very grateful for your help
The text was updated successfully, but these errors were encountered: