Dear Community,
I have a large GraphQL query to a stardog server. However, I get the following error when running it. Does the result still include all possible results from the Stardog server or are results skipped due to the limited memory?
"errors": [
{
"message": "Execution terminated due to memory usage exceeding the graphql.result.memory.limit: 100M",
"locations": [],
"extensions": {
"classification": "DataFetchingException"
}
}
],
Thanks and regards,
Julius