[
https://issues.apache.org/jira/browse/AMBARI-19573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15826884#comment-15826884
]
Ted Yu commented on AMBARI-19573:
---------------------------------
Looks like trunk build is broken (not due to the patch):
{code}
[INFO] Phantom installation failed { [Error: Command failed: tar jxf
/tmp/phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2
[INFO] tar (child): bzip2: Cannot exec: No such file or directory
[INFO] tar (child): Error is not recoverable: exiting now
[INFO] tar: Child returned status 2
[INFO] tar: Error is not recoverable: exiting now
[INFO] ]
[INFO] killed: false,
[INFO] code: 2,
[INFO] signal: null,
[INFO] cmd: 'tar jxf /tmp/phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2' }
Error: Command failed: tar jxf
/tmp/phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2
[INFO] tar (child): bzip2: Cannot exec: No such file or directory
[INFO] tar (child): Error is not recoverable: exiting now
[INFO] tar: Child returned status 2
[INFO] tar: Error is not recoverable: exiting now
{code}
> Increase max limit for -Xmn parameter
> -------------------------------------
>
> Key: AMBARI-19573
> URL: https://issues.apache.org/jira/browse/AMBARI-19573
> Project: Ambari
> Issue Type: Improvement
> Reporter: Ted Yu
> Assignee: Ted Yu
> Attachments: AMBARI-19573.v3.patch
>
>
> Currently, max value for -Xmn parameter is bounded by (hbase-rs-2.2.json):
> {code}
> "hbase_regionserver_xmn_max": "512",
> {code}
> During multiple troubleshooting sessions with customers, we (thanks to
> [~vrodionov]) found that this limit is too low for large heap size.
> This JIRA is to increase the limit to 4000 MB.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)