You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2018/05/17 06:08:58 UTC

[12/13] flink git commit: [FLINK-9333][docs] Add IntelliJ section for setting JVM options

[FLINK-9333][docs] Add IntelliJ section for setting JVM options

This closes #5989.


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/5734930f
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/5734930f
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/5734930f

Branch: refs/heads/release-1.5
Commit: 5734930f5f10c48ddebedf02a37894913fa38579
Parents: 242a5f3
Author: Yazdan.JS <y_...@yahoo.com>
Authored: Wed May 16 10:37:08 2018 +0200
Committer: zentol <ch...@apache.org>
Committed: Wed May 16 20:22:33 2018 +0200

----------------------------------------------------------------------
 docs/quickstart/java_api_quickstart.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/5734930f/docs/quickstart/java_api_quickstart.md
----------------------------------------------------------------------
diff --git a/docs/quickstart/java_api_quickstart.md b/docs/quickstart/java_api_quickstart.md
index 409383f..d85379a 100644
--- a/docs/quickstart/java_api_quickstart.md
+++ b/docs/quickstart/java_api_quickstart.md
@@ -102,9 +102,11 @@ Some Eclipse bundles include that plugin by default, others require you
 to install it manually. 
 
 *A note to Mac OS X users*: The default JVM heapsize for Java may be too
-small for Flink. You have to manually increase it. In Eclipse, choose
+small for Flink. You have to manually increase it.
+In Eclipse, choose
 `Run Configurations -> Arguments` and write into the `VM Arguments`
 box: `-Xmx800m`.
+In IntelliJ IDEA recommended way to change JVM options is from the `Help | Edit Custom VM Options` menu. See [this article](https://intellij-support.jetbrains.com/hc/en-us/articles/206544869-Configuring-JVM-options-and-platform-properties) for details. 
 
 ## Build Project