Here's what I've written (so far):

Baeldung on Java

  • All
  • Spring Boot (6)
  • Networking (6)
  • Java (6)
  • Java IO (5)
  • Reactive (3)
  • Logging (3)
  • Spring Security (2)
  • Persistence (2)
  • IDE (2)
  • Core Java (2)
  • Testing (1)
  • Spring Web (1)
  • Spring MVC (1)
  • Maven (1)
  • Java Web (1)
  • Java List (1)
  • Java Dates (1)
  • Jakarta EE (1)
  • JPA (1)
  • HTTP Client-Side (1)
  • Data (1)
  • Artificial Intelligence (1)
  • Architecture (1)

Reduce Memory Footprint in Java

In this tutorial, we’ll learn how to manually estimate the memory size of a Java application, explore various techniques to reduce the memory footprint, and use the Java Object Layout (JOL) library to verify estimations.

Read More →