8000 Improve query memory usage tracking for graph operations by jsteemann · Pull Request #14535 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

Improve query memory usage tracking for graph operations #14535

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jul 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
devel
-----

* Include K_SHORTEST_PATHS and SHORTEST_PATH execution nodes in AQL query
memory usage accounting. The memory used by these execution node types was
previously not tracked against the configured query memory limit.

* Reduce default value for max-nodes-per-callstack to 200 for OSX, because on
OSX worker threads have a stack size of only 512kb.

Expand Down
Loading
0