[
https://issues.apache.org/jira/browse/NIFI-3304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15963078#comment-15963078
]
ASF subversion and git services commented on NIFI-3304:
-------------------------------------------------------
Commit 2589df80ab1eb70327c6ed836f269967caee35fe in nifi's branch
refs/heads/master from [~boardm26]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=2589df8 ]
NIFI-3304 removed unneeded Java 8 codecache info from Admin Guide
This closes #1621
Signed-off-by: Andre F de Miranda <[email protected]>
> In the Administration Guide, there is an incorrect JAVA 8 parameter for
> bootstrap.conf file
> -------------------------------------------------------------------------------------------
>
> Key: NIFI-3304
> URL: https://issues.apache.org/jira/browse/NIFI-3304
> Project: Apache NiFi
> Issue Type: Bug
> Components: Documentation & Website
> Reporter: David A. Wynne
> Assignee: Michael Moser
> Priority: Minor
> Fix For: 1.2.0
>
>
> In the Administration guide, section Bootstrap properties, there is a
> paragraph about Java 8 handling of codecache, the listed properties are
> accurate for Java version 7, but for Java version 8, one has changed
> This is correct for Java version 7:
> java.arg.8=-XX:CodeCacheFlushingMinimumFreeSpace=10m
> But for Java version 8, it should be
> java.arg.8=-XX:CodeCacheMinimumFreeSpace=10m
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)