1
0
Fork 0

annotated example because it is expected to except

This commit is contained in:
jsteemann 2017-01-04 12:17:35 +01:00
parent 0a971b5ebe
commit ed7e2678f9
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ allowed to use:
|db._query(
| 'FOR i IN 1..100000 SORT i RETURN i', {}, {
| memoryLimit: 100000
}).toArray();
}).toArray(); // xpError(ERROR_RESOURCE_LIMIT)
@END_EXAMPLE_ARANGOSH_OUTPUT
@endDocuBlock 02_workWithAQL_memoryLimit