• U
    [FLINK-4040] [dist] Allow JobManager/TaskManager-specific JVM args · b6e6b818
    Ufuk Celebi 提交于
    - Adds two new config keys for the start up scripts:
        * env.java.opts.jobmanager
        * env.java.opts.taskmanager
    - These are used in addition to the regular env.java.opts for the JobManager
      and TaskManager, respectively.
    - Current behaviour is not changed. This does not address the JMX port
      setting, because that is handled differently.
    
    This closes #2143.
    b6e6b818
config.sh 13.1 KB