From monolithic to scaling a System
May 25, 2022How is the process of scaling a System
Written by Brahian Velazquez Java blog focus on performace and concurrency You should follow them on GitHub or Contact Here
How is the process of scaling a System
The Java memory model specifies how the Java virtual machine works with the computer memory
The Z garbage Collector (ZGC) is a scalable low latency garbage collector
This section describes how to adapt Garbage-First garbage collector (G1GC) behavior
This section describes the Garbage-First (G1)
The Java HotSpot VM includes three different types of collectors, each with different performance characteristics.
The two most important factors affecting garbage collection performance are total available memory and proportion oh the heap dedicated to young generation.
The garbage collection is the principal bottleneck, it's useful to understand some aspects of the implementation
Is the process by which the Java Virtual Machine and garbage collection heuristics, improve application performance.
Garbage Collector basics