From af39f78a69d45583cc140acb6d5c1dc03c8cce5d Mon Sep 17 00:00:00 2001 From: Kai Hudalla Date: Sun, 5 Nov 2023 16:46:17 +0100 Subject: [PATCH] Increase max-mem of CoAP adapter container When running the native image based integration tests, the CoAP adapter sometimes crashes. This might be due to OOM so the container's maximum memory limit has been increased by 33%. --- tests/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pom.xml b/tests/pom.xml index 98fdb300af..a81edecf98 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -617,7 +617,7 @@ 70000000 hono-adapter-coap-native - 90000000 + 120000000 hono-adapter-http-native 70000000