Java Memory Management - Helion
Tytuł oryginału: Java Memory Management
ISBN: 9781803248899
stron: 146, Format: ebook
Data wydania: 2022-11-25
Księgarnia: Helion
Cena książki: 109,00 zł
Understanding how Java organizes memory is important for every Java professional, but this particular topic is a common knowledge gap for many software professionals. Having in-depth knowledge of memory functioning and management is incredibly useful in writing and analyzing code, as well as debugging memory problems. In fact, it can be just the knowledge you need to level up your skills and career.
In this book, you’ll start by working through the basics of Java memory. After that, you’ll dive into the different segments individually. You’ll explore the stack, the heap, and the Metaspace. Next, you’ll be ready to delve into JVM standard garbage collectors. The book will also show you how to tune, monitor and profile JVM memory management. Later chapters will guide you on how to avoid and spot memory leaks.
By the end of this book, you’ll have understood how Java manages memory and how to customize it for the benefit of your applications.
Osoby które kupowały "Java Memory Management", wybierały także:
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Przywództwo w świecie VUCA. Jak być skutecznym liderem w niepewnym środowisku 58,64 zł, (12,90 zł -78%)
- Scrum. O zwinnym zarządzaniu projektami. Wydanie II rozszerzone 58,64 zł, (12,90 zł -78%)
- Od hierarchii do turkusu, czyli jak zarządzać w XXI wieku 58,64 zł, (12,90 zł -78%)
Spis treści
Java Memory Management. A comprehensive guide to garbage collection and JVM tuning eBook -- spis treści
- 1. Different Parts of the Java Memory
- 2. Primitives and Objects in Java Memory
- 3. Zooming in on the heap space
- 4. Freeing the Memory with Garbage Collection
- 5. Zooming in On The Metaspace
- 6. Configuring and Monitoring the Memory Management of the JVM
- 7. Avoiding Memory Leaks