Tag

Java Memory

0 views collected around this technical thread.

Selected Java Interview Questions
Selected Java Interview Questions
Oct 14, 2023 · Backend Development

Configuring and Optimizing Memory Settings in Spring Boot

This article explains Java memory concepts, demonstrates how to set JVM memory parameters for Spring Boot via startup scripts and configuration files, lists common memory flags, and provides practical tips for reducing memory consumption and improving application performance.

JVMJava MemorySpring Boot
0 likes · 7 min read
Configuring and Optimizing Memory Settings in Spring Boot
Selected Java Interview Questions
Selected Java Interview Questions
Jun 23, 2020 · Backend Development

Why the JVM Young Generation Includes Two Survivor Spaces

The article explains the purpose of Survivor spaces in the JVM young generation, how they reduce premature promotion to the old generation, prevent fragmentation, and improve garbage‑collection efficiency by using two alternating survivor areas.

Garbage CollectionJVMJava Memory
0 likes · 5 min read
Why the JVM Young Generation Includes Two Survivor Spaces