You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jonathan Anstey (JIRA)" <ji...@apache.org> on 2015/08/20 17:46:46 UTC

[jira] [Resolved] (KARAF-3945) Don't try and set permgen settings in Java 8

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

Jonathan Anstey resolved KARAF-3945.
------------------------------------
    Resolution: Fixed

Fixed on:
   f79c369..58fd9f9  karaf-2.x -> karaf-2.x
   f4997c2..66cc65f  karaf-3.0.x -> karaf-3.0.x
   5412738..eaca837  master -> master

See:
http://git-wip-us.apache.org/repos/asf/karaf/commit/58fd9f9b

> Don't try and set permgen settings in Java 8
> --------------------------------------------
>
>                 Key: KARAF-3945
>                 URL: https://issues.apache.org/jira/browse/KARAF-3945
>             Project: Karaf
>          Issue Type: Bug
>            Reporter: Jonathan Anstey
>            Assignee: Jonathan Anstey
>            Priority: Minor
>             Fix For: 3.0.5, 2.4.4, 4.0.2
>
>
> If you have perm gen settings defined in bin/setenv or elsewhere in your environment, you'll see the following harmless but annoying message when starting Karaf on Java 8:
> [janstey@bender apache-karaf-4.0.1]$ ./bin/karaf 
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=128M; support was removed in 8.0
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0
> We should not try and set these when Java version is >= 8.



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