xintongsong commented on a change in pull request #10161:
[FLINK-13986][runtime] Clean up legacy code for FLIP-49.
URL: https://github.com/apache/flink/pull/10161#discussion_r347884465
##########
File path:
flink-runtime/src/test/java/org/apache/flink/runtime/clusterframework/TaskExecutorResourceUtilsTest.java
##########
@@ -119,7 +119,7 @@ public void testConfigTaskHeapMemory() {
@Test
public void testConfigTaskOffheapMemory() {
- final MemorySize taskOffHeapSize = MemorySize.parse("50m");
+ final MemorySize taskOffHeapSize = MemorySize.parse("10m");
Review comment:
True. This was a temporal change I tried while tuning the values. Should not
exist in the final commit. Will remove 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