Yingyi Bu has uploaded a new change for review. https://asterix-gerrit.ics.uci.edu/1406
Change subject: ASTERIXDB-1758: NCService documentation fix. ...................................................................... ASTERIXDB-1758: NCService documentation fix. Change-Id: I2c74f272ba7d207f09c777853291e951195913c8 --- M asterixdb/asterix-doc/src/site/markdown/ncservice.md 1 file changed, 5 insertions(+), 4 deletions(-) git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb refs/changes/06/1406/1 diff --git a/asterixdb/asterix-doc/src/site/markdown/ncservice.md b/asterixdb/asterix-doc/src/site/markdown/ncservice.md index dc32cf5..6aac34c 100644 --- a/asterixdb/asterix-doc/src/site/markdown/ncservice.md +++ b/asterixdb/asterix-doc/src/site/markdown/ncservice.md @@ -121,14 +121,11 @@ | Parameter | Meaning | Default | |----------|--------|-------| -| compiler.framesize | The page size (in bytes) for computation | 32768 | -| compiler.groupmemory | The memory budget (in bytes) for a group by operator instance in a partition | 33554432 | -| compiler.joinmemory | The memory budget (in bytes) for a join operator instance in a partition | 33554432 | -| compiler.sortmemory | The memory budget (in bytes) for a sort operator instance in a partition | 33554432 | | instance.name | The name of the AsterixDB instance | "DEFAULT_INSTANCE" | | 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 | | metadata.callback.port | The port for metadata communication | 0 | | cluster.address | The binding IP address for the AsterixDB instance | N/A | + The following parameters for slave processes, under "[nc]" sections. @@ -168,3 +165,7 @@ | Parameter | Meaning | Default | |----------|--------|-------| | log.level | The logging level for master and slave processes | "INFO" | +| compiler.framesize | The page size (in bytes) for computation | 32768 | +| compiler.groupmemory | The memory budget (in bytes) for a group by operator instance in a partition | 33554432 | +| compiler.joinmemory | The memory budget (in bytes) for a join operator instance in a partition | 33554432 | +| compiler.sortmemory | The memory budget (in bytes) for a sort operator instance in a partition | 33554432 | -- To view, visit https://asterix-gerrit.ics.uci.edu/1406 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2c74f272ba7d207f09c777853291e951195913c8 Gerrit-PatchSet: 1 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Yingyi Bu <[email protected]>
