[
https://issues.apache.org/jira/browse/FLINK-6590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16032937#comment-16032937
]
ASF GitHub Bot commented on FLINK-6590:
---------------------------------------
Github user rmetzger commented on a diff in the pull request:
https://github.com/apache/flink/pull/3916#discussion_r119607441
--- Diff: docs/_includes/generated/environment_options_configuration.html
---
@@ -0,0 +1 @@
+<table class="table table-bordered"><thead><tr><th class="text-left"
style="width: 20%">Key</th><th class="text-left" style="width: 15%">Default
Value</th><th class="text-left" style="width:
65%">Description</th></tr></thead><tbody><tr><td><h5>env.java.opts</h5></td><td>(none)</td><td>Set
custom JVM options. This value is respected by Flink's start scripts, both
JobManager and TaskManager, and Flink's YARN client. This can be used to set
different garbage collectors or to include remote debuggers into the JVMs
running Flink's services. Enclosing options in double quotes delays parameter
substitution allowing access to variables from Flink's startup
scripts.<p>Use `env.java.opts.jobmanager` and
`env.java.opts.taskmanager` for JobManager or TaskManager-specific options,
respectively.
</p></td></tr><tr><td><h5>env.java.opts.jobmanager</h5></td><td>(none)</td><td>JobManager-specific
JVM options. These are used in addition to the regular
`env.java.opts`.</td></tr><tr><td><h5>env.java.opts.taskmanager</h5></td><td>(none)</td><td>TaskManager-specific
JVM options. These are used in addition to the regular
`env.java.opts`.</td></tr></tbody></table>
--- End diff --
Looks good.
> Integrate generated tables into documentation
> ---------------------------------------------
>
> Key: FLINK-6590
> URL: https://issues.apache.org/jira/browse/FLINK-6590
> Project: Flink
> Issue Type: Sub-task
> Components: Documentation
> Reporter: Chesnay Schepler
> Assignee: Chesnay Schepler
>
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)