mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-02-25 23:33:52 +00:00
3.1 KiB
3.1 KiB
Java and java performance optimization
- reddit.com/r/java
- Dzone refcard: Java Peformance Optimization
- jenkins.io - Tuning Jenkins GC For Responsiveness and Stability with Large Instances 🌟
- blog.openshift.com: Scaling Java Containers 🌟🌟
- blog.openshift.com: Performance Metrics (APM) for Spring Boot Microservices on OpenShift
- dzone.com: Java RAM Usage in Containers: Top 5 Tips for Not Losing Your Memory
- dzone.com: Running a JVM in a Container Without Getting Killed: Starting in JDK 9, and earlier if you use JDK 8u131, your JVM can detect how much memory is available when running inside a Docker container.
- dzone.com: Java Inside Docker: What You Must Know to Not FAIL If you've tried Java in containers, particularly Docker, you might have encountered some problems with the JVM and heap size. Here's how to fix it.
- medium.com/@javachampions : Java is still free
- Oracle Java 11 and OpenJDK
- developers.redhat.com: The future of Java and OpenJDK updates without Oracle support
- redhat.com: The history and future of OpenJDK
- List of Performance Analysis Tools:
- en.wikipedia.org/wiki/List_of_performance_analysis_tools
- InspectIT
- VisualVM
- OverOps
- FusionReactor
- etc
- Threadumps + heapdumps + GC analysis tools:
- javarevisited.blogspot.com: The 2020 Java Developer RoadMap 🌟🌟
- Dzone: 7 JVM Arguments of Highly Effective Applications 🌟🌟🌟🌟 How to use 7 JVM arguments to help increase your application's performance and avoid common memory pitfalls.