Skip to content

Commit

Permalink
Increase max-mem of Auth service container
Browse files Browse the repository at this point in the history
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%.
  • Loading branch information
sophokles73 committed Nov 8, 2023
1 parent cfd1e95 commit e6e312d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@
<hono.mqtt-adapter.max-mem>70000000</hono.mqtt-adapter.max-mem>

<hono.auth-server.image>hono-service-auth-native</hono.auth-server.image>
<hono.auth-server.max-mem>40000000</hono.auth-server.max-mem>
<hono.auth-server.max-mem>60000000</hono.auth-server.max-mem>
<hono.auth-server.nativeTlsRequired>false</hono.auth-server.nativeTlsRequired>
<hono.command-router.image>hono-service-command-router-native</hono.command-router.image>
<hono.command-router.max-mem>100000000</hono.command-router.max-mem>
Expand Down

0 comments on commit e6e312d

Please sign in to comment.