azagrebin commented on a change in pull request #11787: URL: https://github.com/apache/flink/pull/11787#discussion_r411446840
########## File path: flink-jepsen/src/jepsen/flink/db.clj ########## @@ -41,7 +41,7 @@ {:high-availability "zookeeper" :high-availability.zookeeper.quorum (zookeeper-quorum test) :high-availability.storageDir "hdfs:///flink/ha" - :jobmanager.heap.size "2048m" + :jobmanager.memory.process.size "2496m" Review comment: same here, it shoud be `2702m`. Though, as discussed with @GJL, it does not matter too much in this case. ########## File path: flink-jepsen/src/jepsen/flink/db.clj ########## @@ -41,7 +41,7 @@ {:high-availability "zookeeper" :high-availability.zookeeper.quorum (zookeeper-quorum test) :high-availability.storageDir "hdfs:///flink/ha" - :jobmanager.heap.size "2048m" + :jobmanager.memory.process.size "2496m" Review comment: same here, it should be `2702m`. Though, as discussed with @GJL, it does not matter too much in this case. ---------------------------------------------------------------- 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: us...@infra.apache.org