Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
2 tasks
MLenterman opened this issue Feb 29, 2024 · 1 comment
Labels
performance performance refactor refactor

Comments

@MLenterman
Copy link
Collaborator

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.

  • Merge JAVA_OPTS
  • Validate with performance tests
@MLenterman MLenterman added refactor refactor performance performance labels Feb 29, 2024
@MLenterman
Copy link
Collaborator Author

Blocked by #237

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance performance refactor refactor
Projects
None yet
Development

No branches or pull requests

1 participant