8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1a62d9 commit 30a6ac2Copy full SHA for 30a6ac2
CHANGELOG
@@ -1,6 +1,13 @@
1
devel
2
-----
3
4
+* Fix potential stack overflow when executing large queries. This is
5
+ achieved by splitting the callstack and moving part of the execution
6
+ to a separate thread. The number of execution nodes after which such
7
+ a callstack split should be performed can be configured via the query
8
+ option `maxNodesPerCallstack` and the command line option
9
+ `--quer 4D3D y.max-nodes-per-callstack`; the default is 250.
10
+
11
* Added check to utils/generateAllMetricsDocumentation.py to check that
12
the file name and the value of the name attribute are the same in the
13
metrics documentation snippets. Correct a few such names.
0 commit comments