Re: How to configure TaskManager's JVM options through cmdline?

2018-10-23 Thread yinhua.dai
You can try with *-yD env.java.opts.taskmanager="-XX:+UseConcMarkSweepGC"* if you are running fink on yarn. -- Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/

How to configure TaskManager's JVM options through cmdline?

2018-10-23 Thread Si-li Liu
Hi I'm running a flink job on Mesos and I'm trying to change my TaskManager's JVM options. Because our flink-conf.yaml comes from unify image so I can't modify it. I try to put it in environment variable JVM_ARGS, here it my setting: JVM_ARGS=-XX:+UseConcMarkSweepGC