GraphQL query error (result.memory.limit)

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

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.