Skip to content

Commit 3a9615a

Browse files
committed
Adapt max memory of Kafka container for ITs
Signed-off-by: Kai Hudalla <[email protected]>
1 parent 23fb742 commit 3a9615a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1063,8 +1063,8 @@ Test cases are run against Docker images of Hono server + (Apache Qpid Dispatch
10631063
<name>hono</name>
10641064
<alias>zookeeper.hono</alias>
10651065
</network>
1066-
<memorySwap>268435456</memorySwap>
1067-
<memory>268435456</memory>
1066+
<memorySwap>400000000</memorySwap>
1067+
<memory>400000000</memory>
10681068
<log>
10691069
<prefix>Zookeeper</prefix>
10701070
<color>${log.color.kafka}</color>
@@ -1097,8 +1097,8 @@ Test cases are run against Docker images of Hono server + (Apache Qpid Dispatch
10971097
<prefix>Kafka</prefix>
10981098
<color>${log.color.kafka}</color>
10991099
</log>
1100-
<memorySwap>600000000</memorySwap>
1101-
<memory>600000000</memory>
1100+
<memorySwap>800000000</memorySwap>
1101+
<memory>800000000</memory>
11021102
<wait>
11031103
<time>${service.startup.timeout}</time>
11041104
<log>.*(\[KafkaServer id=1\] started).*</log>

0 commit comments

Comments
 (0)