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

ASF GitHub Bot commented on TAJO-1941:
--------------------------------------

Github user hyunsik commented on a diff in the pull request:

    https://github.com/apache/tajo/pull/833#discussion_r43654839
  
    --- Diff: tajo-core-tests/pom.xml ---
    @@ -375,7 +375,7 @@
                   <forkCount>${maven.fork.count}</forkCount>
                   <reuseForks>true</reuseForks>
                   <trimStackTrace>false</trimStackTrace>
    -              <argLine>-Xms512m -Xmx1024m -XX:MaxPermSize=152m 
-Dfile.encoding=UTF-8 -Dderby.storage.pageSize=1024 
-Dderby.stream.error.file=/dev/null</argLine>
    +              <argLine>-Xms512m -Xmx1024m -Dfile.encoding=UTF-8 
-Dderby.storage.pageSize=1024 -Dderby.stream.error.file=/dev/null</argLine>
    --- End diff --
    
    Any reason to omit ``XX:MaxMetaspaceSize`` here?


> PermGen elimination in JDK 8
> ----------------------------
>
>                 Key: TAJO-1941
>                 URL: https://issues.apache.org/jira/browse/TAJO-1941
>             Project: Tajo
>          Issue Type: Improvement
>            Reporter: Dongkyu Hwangbo
>            Assignee: Dongkyu Hwangbo
>            Priority: Trivial
>              Labels: newbie
>
> While running whole unit test, We can see this message.
> {noformat}
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=152m; 
> support was removed in 8.0
> {noformat}
> This is one of the new features of Java 8. Here is more 
> [detail|http://stackoverflow.com/questions/18339707/permgen-elimination-in-jdk-8]



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

Reply via email to