Description
By default, queries can read an unlimited number of nodes, and an unlimited number of entries in memory (for "order by" and "union").
I would like to change the default settings to:
-Doak.queryLimitInMemory=500000 -Doak.queryLimitReads=100000