Where can I set AllegroGraph's memoryLimit
query option that is mentioned here?
I am using AllegroGraph 4.9 and keep getting QUERY_MEMORY_LIMIT_REACHED errors when I execute one of my SPARQL queries via WebView.
The log says:
Query has reached memory limit of 4,294,967,296 when requesting 1,089,870,432 additional bytes.
<LISP query plan(?) goes here>
Consider restructuring your query or increasing the value of the :memoryLimit query option.
I will try to improve my query, but I would like to know where that memoryLimit
option lives, too.