Skip to content

Commit

Permalink
[FLINK-16417][e2e] Slightly increase offheap memory for ConnectedComp…
Browse files Browse the repository at this point in the history
…onents test

The calculated off-heap size was 130 MB.
The test passes on JDK 11 when setting it to 270 MB.
The test fails on JDK 11 when setting it to 135 MB.
The test passes on JDK 11 when setting it to 160 MB.

This commit sets the memory to 160MB.
  • Loading branch information
rmetzger committed Mar 5, 2020
1 parent 1924f82 commit 2b19918
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ TEST_PROGRAM_JAR=${END_TO_END_DIR}/$TEST/target/$TEST_PROGRAM_NAME.jar
set_config_key "taskmanager.numberOfTaskSlots" "$SLOTS_PER_TM"
set_config_key "taskmanager.memory.network.min" "160m"
set_config_key "taskmanager.memory.network.max" "160m"
set_config_key "taskmanager.memory.framework.off-heap.size" "160m"

print_mem_use
start_cluster
Expand Down

0 comments on commit 2b19918

Please sign in to comment.