Dmitry Lychagin has submitted this change and it was merged. Change subject: [NO ISSUE][DOC] Document "compiler.windowmemory" property ......................................................................
[NO ISSUE][DOC] Document "compiler.windowmemory" property - user model changes: no - storage format changes: no - interface changes: no Details: - Add "compiler.windowmemory" property to the documentation Change-Id: Ia8d67e156bf08608651b40e1bfd6e771940fe642 Reviewed-on: https://asterix-gerrit.ics.uci.edu/3231 Sonar-Qube: Jenkins <[email protected]> Tested-by: Jenkins <[email protected]> Contrib: Jenkins <[email protected]> Integration-Tests: Jenkins <[email protected]> Reviewed-by: Ali Alsuliman <[email protected]> --- M asterixdb/asterix-doc/src/site/markdown/ncservice.md 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Ali Alsuliman: Looks good to me, approved Jenkins: Verified; No violations found; ; Verified Objections: Anon. E. Moose #1000171: Violations found diff --git a/asterixdb/asterix-doc/src/site/markdown/ncservice.md b/asterixdb/asterix-doc/src/site/markdown/ncservice.md index 66e99a8..9ef3de1 100644 --- a/asterixdb/asterix-doc/src/site/markdown/ncservice.md +++ b/asterixdb/asterix-doc/src/site/markdown/ncservice.md @@ -348,6 +348,7 @@ | common | compiler.sort.parallel | Enable full parallel sort for queries | true | | common | compiler.sort.samples | The number of samples taken from each partition to guide the sort operation when full parallel sort is enabled | 100 | | common | compiler.textsearchmemory | The memory budget (in bytes) for an inverted-index-search operator instance in a partition | 33554432 (32 MB) | +| common | compiler.windowmemory | The memory budget (in bytes) for a window operator instance in a partition | 4194304 (4 MB) | | common | log.level | The logging level for master and slave processes | WARNING | | common | max.wait.active.cluster | The max pending time (in seconds) for cluster startup. After the threshold, if the cluster still is not up and running, it is considered unavailable | 60 | | common | messaging.frame.count | Number of reusable frames for NC to NC messaging | 512 | -- To view, visit https://asterix-gerrit.ics.uci.edu/3231 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia8d67e156bf08608651b40e1bfd6e771940fe642 Gerrit-PatchSet: 3 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Dmitry Lychagin <[email protected]> Gerrit-Reviewer: Ali Alsuliman <[email protected]> Gerrit-Reviewer: Anon. E. Moose #1000171 Gerrit-Reviewer: Dmitry Lychagin <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Till Westmann <[email protected]>
