Hi, Trying to enable the GC dumps on Task Managers in a kube session.
Tried this -Dkubernetes.taskmanager.entrypoint.args="-Xlog:gc*=debug:file=/tmp/gc.log:filecount=5,filesize=30m" and it added the arg at the end of the java command which does not seem to work. How could I add Xlog:gc*=debug:file=/tmp/gc.log:filecount=5,filesize=30m as JVM arg right along with other JVM args (not at the end the java command)? Thanks Vadim.