[ https://issues.apache.org/jira/browse/IGNITE-255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15080495#comment-15080495 ]
ASF GitHub Bot commented on IGNITE-255: --------------------------------------- GitHub user samaitra opened a pull request: https://github.com/apache/ignite/pull/392 IGNITE-255 Jvm8 warns that MaxPermSize is ignored checking java version and setting -XX:MaxMetaspaceSize=256m incase of jvm8 You can merge this pull request into a Git repository by running: $ git pull https://github.com/samaitra/ignite IGNITE-255 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/392.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #392 ---- commit 7ab846b42322f4302466d75eebc4607f777ccc23 Author: samaitra <saikat.mai...@gmail.com> Date: 2016-01-03T18:21:01Z IGNITE-255 Jvm8 warns that MaxPermSize is ignored ---- > Jvm8 warns that MaxPermSize is ignored > -------------------------------------- > > Key: IGNITE-255 > URL: https://issues.apache.org/jira/browse/IGNITE-255 > Project: Ignite > Issue Type: Bug > Components: general > Affects Versions: sprint-1 > Reporter: Sergey Kozlov > Assignee: Saikat Maitra > > Jaba8 doesn't support MaxPermSize anymore. Either we should replace it in > ignite.sh by a similar option of Java8 or set it only if ignite.sh started > for Java7 > {noformat} > D:\GridGain\Ignite-SP1\ignite-fabric-1.0.0-RC1-SNAPSHOT>bin\ignite.bat > Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; > support was removed in 8.0 > [15:50:16] __________ ________________ > [15:50:16] / _/ ___/ |/ / _/_ __/ __/ > [15:50:16] _/ // (_ / // / / / / _/ > [15:50:16] /___/\___/_/|_/___/ /_/ /___/ > [15:50:16] > [15:50:16] ver. 1.0.0-RC1-SNAPSHOT#20150214-sha1:4d01989c > [15:50:16] 2015 Copyright(C) Apache Software Foundation > [15:50:16] > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)