You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Rohini Palaniswamy (JIRA)" <ji...@apache.org> on 2014/06/19 19:34:25 UTC

[jira] [Commented] (OOZIE-1891) Parametrize surefire argLine to bump up heap memory for testing

    [ https://issues.apache.org/jira/browse/OOZIE-1891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14037566#comment-14037566 ] 

Rohini Palaniswamy commented on OOZIE-1891:
-------------------------------------------

Few comments:
  - maven.surefire.argLine -> maven.test.java.opts
  - -Xmx1024m -XX:MaxPermSize=512m -  Setting perm gen to half of heap size is very bad and might be the cause for OOM. Try -Xmx1024m -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=128M 

> Parametrize surefire argLine to bump up heap memory for testing
> ---------------------------------------------------------------
>
>                 Key: OOZIE-1891
>                 URL: https://issues.apache.org/jira/browse/OOZIE-1891
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Ryota Egashira
>            Assignee: Ryota Egashira
>         Attachments: OOZIE-1891.patch
>
>
> when running tests with hadoop-2 profile,  hitting OOM.
> currently setting is <argLine>-Xmx1024m -da -XX:MaxPermSize=512m</argLine>.
> -DargLine=" " doesn't overwrite when i tried.



--
This message was sent by Atlassian JIRA
(v6.2#6252)