Skip to content

Commit

Permalink
Increase max-mem of CoAP adapter container
Browse files Browse the repository at this point in the history
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%.
  • Loading branch information
sophokles73 committed Nov 5, 2023
1 parent 878f4b2 commit af39f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pom.xml
Expand Up @@ -617,7 +617,7 @@
<hono.amqp-adapter.max-mem>70000000</hono.amqp-adapter.max-mem>

<hono.coap-adapter.image>hono-adapter-coap-native</hono.coap-adapter.image>
<hono.coap-adapter.max-mem>90000000</hono.coap-adapter.max-mem>
<hono.coap-adapter.max-mem>120000000</hono.coap-adapter.max-mem>

<hono.http-adapter.image>hono-adapter-http-native</hono.http-adapter.image>
<hono.http-adapter.max-mem>70000000</hono.http-adapter.max-mem>
Expand Down

0 comments on commit af39f78

Please sign in to comment.