wearefrank / zaakbrug

An app for Dutch municipalities that supports the transition from "zaak- en documentatieservices" (zds) to "zaakgericht werken" (zgw).
https://zaakbrug.nl
European Union Public License 1.2
5 stars 5 forks source link

Merge memory related Frank!Framework image JAVA_OPTS with our own memory optimalizations in entrypoint #286

Open MLenterman opened 7 months ago

MLenterman commented 7 months ago

We recently moved back to using the Frank!Framework Docker image as base image, instead of building our own Docker image from scratch. This was done to have more freedom with memory optimization and Java versions. The Frank!Framework base image uses a different garbage collection with different JAVA_OPTS now and run on Java 17. Currently we are still overriding the Frank!Framework image JAVA_OPTS with our own. The goal is to primarily use the JAVA_OPTS from the Frank!Framework image and add our ZaakBrug specific memory optimizations on top of them.

MLenterman commented 7 months ago

Blocked by #237