mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-04-21 01:46:34 +00:00
bunch with last months of 2022
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
8. [Tweets](#tweets)
|
||||
|
||||
## Introduction
|
||||
|
||||
- [javarevisited.blogspot.com: 10 Things Java Programmers Should Learn in 2022](https://javarevisited.blogspot.com/2017/12/10-things-java-programmers-should-learn.html)
|
||||
|
||||
## Java Performance Optimization
|
||||
@@ -39,6 +40,8 @@
|
||||
- [==kstefanj.github.io: GC progress from JDK 8 to JDK 17==](https://kstefanj.github.io/2021/11/24/gc-progress-8-17.html) JVM with <5ms GC pauses (ZGC). JDK17 is a huge leap forward in benchmark after benchmark. Upgrade as fast as you can. Amazon’s Corretto builds are available for a huge number of platforms and distribution channels. The JRE disappeared with jdk9: use jlink to assemble exactly the JRE you need.
|
||||
- [==developers.redhat.com: How to choose the best Java garbage collector==](https://developers.redhat.com/articles/2021/11/02/how-choose-best-java-garbage-collector)
|
||||
- [linkedin.com/pulse: Difference between Executor, ExecutorService, and Executors class in Java!](https://www.linkedin.com/pulse/difference-between-executor-executorservice-executors-omar-ismail) - [original article - javarevisited.blogspot.com](https://javarevisited.blogspot.com/2017/02/difference-between-executor-executorservice-and-executors-in-java.html#axzz7e91Wjl6y)
|
||||
- [vladmihalcea.com: Caching best practices](https://vladmihalcea.com/caching-best-practices/)
|
||||
- [vladmihalcea.com: 14 High-Performance Java Persistence Tips](https://vladmihalcea.com/14-high-performance-java-persistence-tips/)
|
||||
|
||||
### Java on Kubernetes. Java Memory Arguments for Containers
|
||||
|
||||
@@ -124,6 +127,9 @@ etc|
|
||||
- [developers.redhat.com: Collect JDK Flight Recorder events at runtime with JMC Agent 🌟](https://developers.redhat.com/blog/2020/10/29/collect-jdk-flight-recorder-events-at-runtime-with-jmc-agent/)
|
||||
- [developers.redhat.com: Checkpointing Java from outside of Java](https://developers.redhat.com/blog/2020/10/15/checkpointing-java-from-outside-of-java/)
|
||||
- [developers.redhat.com: A faster way to access JDK Flight Recorder data](https://developers.redhat.com/articles/2021/11/23/faster-way-access-jdk-flight-recorder-data)
|
||||
- Detect JPA and Hibernate performance issues with Hypersistence Optimizer:
|
||||
- https://vladmihalcea.com/hypersistence-optimizer
|
||||
- [vladmihalcea.com: How to tunnel localhost to the public Internet](https://vladmihalcea.com/tunnel-localhost-public-internet)
|
||||
|
||||
## Cambios importantes en la gestión de memoria de Java 8 de Oracle (2014)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user