You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Alan Burlison (JIRA)" <ji...@apache.org> on 2015/07/27 16:58:07 UTC

[jira] [Updated] (HADOOP-12261) Surefire needs to make sure the JVMs it fires up fit within the memory available

     [ https://issues.apache.org/jira/browse/HADOOP-12261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alan Burlison updated HADOOP-12261:
-----------------------------------
    Summary: Surefire needs to make sure the JVMs it fires up fit within the memory available  (was: Surefire needs to make sure the JVMs it fires up are 64-bit)

> Surefire needs to make sure the JVMs it fires up fit within the memory available
> --------------------------------------------------------------------------------
>
>                 Key: HADOOP-12261
>                 URL: https://issues.apache.org/jira/browse/HADOOP-12261
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: test
>    Affects Versions: 2.7.1
>            Reporter: Alan Burlison
>            Assignee: Alan Burlison
>
> hadoop-project/pom.xml sets maven-surefire-plugin.argLine to include -Xmx4096m. Allocating  that amount of memory requires a 64-bit JVM, but on platforms with both 32 and 64-bit JVMs surefire runs the 32 bit version by default and tests fail to start as a result. "-d64" should be added to the command-line arguments to ensure a 64-bit JVM is always used.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)