Options for the JVM in the TaskManagers

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Options for the JVM in the TaskManagers

Juan Fumero
Hi,
  is there any option where I can start the VM with preconfigured
values?

Something similar to

env.java.home: "/path/to/jdk"

But

java.bootstrap: "-Xbootclasspath....   "  

and more options.

Thanks
Juan

Reply | Threaded
Open this post in threaded view
|

Re: Options for the JVM in the TaskManagers

rmetzger0
Hi Juan,

there is a configuration option which is not documented in the 0.9 documentation:

  • env.java.opts: Set custom JVM options. This value is respected by Flink’s start scripts 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.




On Wed, Jul 29, 2015 at 1:40 PM, Juan Fumero <[hidden email]> wrote:
Hi,
  is there any option where I can start the VM with preconfigured
values?

Something similar to

env.java.home: "/path/to/jdk"

But

java.bootstrap: "-Xbootclasspath....   "

and more options.

Thanks
Juan