Skip to content

Commit

Permalink
[FLINK-7343][kafka] Increase Xmx for tests
Browse files Browse the repository at this point in the history
Sometimes 1000m was not enough memory to run at-least-once tests with broker failures on Travis

This closes apache#4456.
  • Loading branch information
pnowojski authored and zentol committed Aug 7, 2017
1 parent be8eb1a commit 4406d48
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion flink-connectors/flink-connector-kafka-0.10/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ under the License.
<configuration>
<!-- Enforce single fork execution due to heavy mini cluster use in the tests -->
<forkCount>1</forkCount>
<argLine>-Xms256m -Xmx1000m -Dlog4j.configuration=${log4j.configuration} -Dmvn.forkNumber=${surefire.forkNumber} -XX:-UseGCOverheadLimit</argLine>
</configuration>
</plugin>
</plugins>
Expand Down
1 change: 0 additions & 1 deletion flink-connectors/flink-connector-kafka-0.9/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ under the License.
<configuration>
<!-- Enforce single fork execution due to heavy mini cluster use in the tests -->
<forkCount>1</forkCount>
<argLine>-Xms256m -Xmx1000m -Dlog4j.configuration=${log4j.configuration} -Dmvn.forkNumber=${surefire.forkNumber} -XX:-UseGCOverheadLimit</argLine>
</configuration>
</plugin>
<!--
Expand Down

0 comments on commit 4406d48

Please sign in to comment.