Repository: tajo Updated Branches: refs/heads/master e5f7c9591 -> cda6c897a
TAJO-1035: Add default TAJO_PULLSERVER_HEAPSIZE Closes #148 Project: http://git-wip-us.apache.org/repos/asf/tajo/repo Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/cda6c897 Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/cda6c897 Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/cda6c897 Branch: refs/heads/master Commit: cda6c897ab207ba73afa9d0dae7cecec9ba374aa Parents: e5f7c95 Author: HyoungJun Kim <[email protected]> Authored: Mon Sep 22 09:04:13 2014 +0900 Committer: HyoungJun Kim <[email protected]> Committed: Mon Sep 22 09:04:13 2014 +0900 ---------------------------------------------------------------------- CHANGES | 2 ++ tajo-dist/src/main/bin/tajo | 1 + 2 files changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tajo/blob/cda6c897/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 3933ab9..b5e4842 100644 --- a/CHANGES +++ b/CHANGES @@ -31,6 +31,8 @@ Release 0.9.0 - unreleased IMPROVEMENT + TAJO-1035: Add default TAJO_PULLSERVER_HEAPSIZE. (Hyoungjun Kim) + TAJO-1049: Remove the parallel degree limit up to the maximum cluster capacity. (hyunsik) http://git-wip-us.apache.org/repos/asf/tajo/blob/cda6c897/tajo-dist/src/main/bin/tajo ---------------------------------------------------------------------- diff --git a/tajo-dist/src/main/bin/tajo b/tajo-dist/src/main/bin/tajo index 4236d9b..e3f281c 100755 --- a/tajo-dist/src/main/bin/tajo +++ b/tajo-dist/src/main/bin/tajo @@ -110,6 +110,7 @@ JAVA=$JAVA_HOME/bin/java JAVA_TAJO_MASTER_HEAP_MAX=-Xmx1000m JAVA_WORKER_HEAP_MAX=-Xmx1000m JAVA_QUERYMASTER_HEAP_MAX=-Xmx1000m +JAVA_PULLSERVER_HEAP_MAX=-Xmx100m # check envvars which might override default args if [ "$TAJO_MASTER_HEAPSIZE" != "" ]; then
