TAJO-1110: JAVA_PULLSERVER_HEAP_MAX in bin/tajo should be increased. Closes #197
Project: http://git-wip-us.apache.org/repos/asf/tajo/repo Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/27079643 Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/27079643 Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/27079643 Branch: refs/heads/block_iteration Commit: 27079643b5b62fc1f6196f3b6c2a794256097663 Parents: 5f64cbb Author: Hyunsik Choi <[email protected]> Authored: Wed Oct 8 21:17:02 2014 -0700 Committer: Hyunsik Choi <[email protected]> Committed: Wed Oct 8 21:41:23 2014 -0700 ---------------------------------------------------------------------- CHANGES | 3 +++ tajo-dist/src/main/bin/tajo | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tajo/blob/27079643/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 000dd75..fda4091 100644 --- a/CHANGES +++ b/CHANGES @@ -33,6 +33,9 @@ Release 0.9.0 - unreleased IMPROVEMENT + TAJO-1110: JAVA_PULLSERVER_HEAP_MAX in bin/tajo should be increased. + (hyunsik) + TAJO-1010: Improve multiple DISTINCT aggregation. (Hyoungjun Kim and jaehwa) TAJO-1093: DateTimeFormat.to_char() is slower than SimpleDateFormat.format(). http://git-wip-us.apache.org/repos/asf/tajo/blob/27079643/tajo-dist/src/main/bin/tajo ---------------------------------------------------------------------- diff --git a/tajo-dist/src/main/bin/tajo b/tajo-dist/src/main/bin/tajo index e3f281c..b6091ea 100755 --- a/tajo-dist/src/main/bin/tajo +++ b/tajo-dist/src/main/bin/tajo @@ -110,7 +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 +JAVA_PULLSERVER_HEAP_MAX=-Xmx1000m # check envvars which might override default args if [ "$TAJO_MASTER_HEAPSIZE" != "" ]; then
