From e6e312df3843a19f27aa9a30a529e89e7d682e13 Mon Sep 17 00:00:00 2001 From: Kai Hudalla Date: Wed, 8 Nov 2023 18:43:12 +0100 Subject: [PATCH] Increase max-mem of Auth service container When running the native image based integration tests, the Auth service sometimes crashes. This might be due to OOM so the container's maximum memory limit has been increased by 50%. --- tests/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pom.xml b/tests/pom.xml index a81edecf98..d97a70011e 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -630,7 +630,7 @@ 70000000 hono-service-auth-native - 40000000 + 60000000 false hono-service-command-router-native 100000000