-
Notifications
You must be signed in to change notification settings - Fork 29
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
Update workshop to include containers #27
Comments
@cchesser is there any opensource tooling you use besides the provided Docker Dashboard ? |
Yeah, it may be good to highlight memory settings that previously would spend time calculating with approaches like in java-buildpack-memory-calculator but that can be minimized with many of the JVM improvements since Java 8u191+ that auto-calculates this limits based on cgroup limitations being set. Another tool which can be used to then look at the image to then make sense of its composition is dive. This could be used if we want to highlight the latency of container spin-ups that can be optimized with Class Data Sharing, which could show how to including the |
I'm going to close this out as a result of #48. Will create a new one for the Docker setup, which currently refers to Docker's documentation that will use Docker Desktop (which will no longer be available for free use). |
It is common where Java workloads are within a Linux container, and they aren't aware of all the sizing that can occur which feeds into the overall container size. Furthermore, using some of the available tooling requires making adaptations to use these and connect it to the container.
The text was updated successfully, but these errors were encountered: