-
Notifications
You must be signed in to change notification settings - Fork 3
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
Use GraalVM to produce native images #12
Comments
No strong feelings either way. It's not something I would use myself, but I'm fine with letting GitHub build the images. Just out of curiosity, how does this help with stability? Is it to keep memory usage of the main server process in check? |
Yes, we found a few memory leaks and infinite loops in UMlet/PlantUML/Ditaa. Since I'm using Vert.x with a relatively low number of threads it can severely impact performance/stability. |
On https://kroki.io, I'm now using PlantUML and UMlet as native binaries. I would like to do the same with
ditaa
to make the gateway server more reliable.I can submit a pull request to add a GitHub Actions that will build native binaries (from a tag) and publish the binaries into a release. What do you think?
The text was updated successfully, but these errors were encountered: