Skip to content

executors follow old way of setting JVM heap #600

Open
@ror6ax

Description

@ror6ax

I'm seeing the following

Error: encountered environment variables that are no longer supported
Use jvm.options or ES_JAVA_OPTS to configure the JVM
ES_HEAP_SIZE=192m: set -Xms192m and -Xmx192m in jvm.options or add "-Xms192m -Xmx192m" to ES_JAVA_OPTS

Despite my Marahon task does not have those:

"env": {
"JAVA_OPTS":"-Xms128m -Xmx256m",
"ES_JAVA_OPTS":"-Xms128m -Xmx256m"
}

Scheduler runs ok, the error is only found on executor nodes.

I think that the problem is here

Please advice.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions