[
https://issues.apache.org/jira/browse/HBASE-3184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jonathan Gray resolved HBASE-3184.
----------------------------------
Resolution: Fixed
Assignee: Jonathan Gray
Hadoop Flags: [Reviewed]
Committed. Thanks for testing stack.
> Xmx setting in pom to use for tests/surefire does not appear to work
> --------------------------------------------------------------------
>
> Key: HBASE-3184
> URL: https://issues.apache.org/jira/browse/HBASE-3184
> Project: HBase
> Issue Type: Bug
> Components: build
> Affects Versions: 0.90.0
> Reporter: Jonathan Gray
> Assignee: Jonathan Gray
> Fix For: 0.90.0
>
> Attachments: HBASE-3184-v1.patch
>
>
> I was running intense version of TestRollingRestart and changing the Xmx
> setting in our pom file wasn't changing anything.
> What we have now is:
> {noformat}
> <argLine>-enableassertions</argLine>
> <argLine>-Xmx1400m</argLine>
> {noformat}
> But on process listing (and through experimentation with my tests), only
> -enableassertions is used.
> However, changing to below and it worked:
> {noformat}
> <argLine>-enableassertions -Xmx1400m</argLine>
> {noformat}
> Just wanted to open a jira and see if i'm missing something from someone with
> more maven experience.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.