[
https://issues.apache.org/jira/browse/TAJO-1110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14164715#comment-14164715
]
ASF GitHub Bot commented on TAJO-1110:
--------------------------------------
GitHub user hyunsik opened a pull request:
https://github.com/apache/tajo/pull/197
TAJO-1110: JAVA_PULLSERVER_HEAP_MAX in bin/tajo should be increased.
I'm sorry for wrong pull request. This is the correct PR.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hyunsik/tajo TAJO-1110
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/197.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #197
----
commit 17c2b4386a10f0aba6f8d9fc168b80381db1020b
Author: Hyunsik Choi <[email protected]>
Date: 2014-10-09T04:17:02Z
TAJO-1110: JAVA_PULLSERVER_HEAP_MAX in bin/tajo should be increased.
----
> JAVA_PULLSERVER_HEAP_MAX in bin/tajo should be increased
> --------------------------------------------------------
>
> Key: TAJO-1110
> URL: https://issues.apache.org/jira/browse/TAJO-1110
> Project: Tajo
> Issue Type: Bug
> Components: conf and scripts
> Affects Versions: 0.9.0
> Reporter: Hyunsik Choi
> Assignee: Hyunsik Choi
> Priority: Trivial
> Fix For: 0.9.0
>
>
> We can separate TajoPullServer to another Java processor in order to mitigate
> the performance degradation caused by GC. TajoPullServer uses
> {{JAVA_PULLSERVER_HEAP_MAX}} to specify the max heap of TajoPullServer java
> processor. Currently, it is set to 100MB. It is somewhat smaller than usual
> size clusters. This patch changes the HEAP_MAP to 1000MB which seems to be
> proper in usual size clusters.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)