PengTaoWW commented on a change in pull request #10890:
[FLINK-15198][Deployment / Mesos] remove mesos.resourcemanager.tasks.mem
URL: https://github.com/apache/flink/pull/10890#discussion_r368794574
##########
File path: flink-jepsen/src/jepsen/flink/db.clj
##########
@@ -303,7 +303,7 @@
"-Djobmanager.rpc.address=$(hostname -f)"
"-Djobmanager.rpc.port=6123"
"-Dmesos.resourcemanager.tasks.cpus=1"
- "-Dmesos.resourcemanager.tasks.mem=2048" ;; FLINK-15082: this option must
be set instead of taskmanager.memory.process.size
+ "-Dtaskmanager.memory.process.size=2048m" ;; FLINK-15082: this option must
be set instead of taskmanager.memory.process.size
Review comment:
Let me fix it
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services