Essays about: "Shenandoah GC"

Found 2 essays containing the words Shenandoah GC.

  1. 1. Mitigating garbage collection in Java microservices : How garbage collection affects Java microservices andhow it can be handled

    University essay from Mittuniversitetet/Institutionen för informationssystem och –teknologi

    Author : Amanda Ericson; [2021]
    Keywords : Garbage collector; Microservice; Docker; docker-compose; CMS; G1GC; Shenandoah GC; ZGC;

    Abstract : Java is one of the more recent programming languages that in runtime free applications from manual memory management by using automatic Garbage collector (GC) threads. Although, at the cost of stop-the-world pauses that pauses the whole application. READ MORE

  2. 2. Performance evaluation of Java garbage collectors for large heap transaction based applications

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Nicole Jagelid; [2020]
    Keywords : ;

    Abstract : The automated memory management mechanism known as garbage collection is a vital part of the Java Virtual Machine (JVM) and has considerable influence on the overall performance of a running application. Java Development Kit 13 (JDK13) offers several garbage collectors for the developer to choose from when configuring the environment. READ MORE