×
Memory Usage

OOM: Kill Processes or Endure Application Stutter? How to Decide?

The article introduces FastOOM, a user-space OOM solution that proactively kills processes to prevent system hangs caused by Linux’s conservative near-OOM memory reclamation.

Learn Nearly Everything About Redis Through An Incident

This article summarizes almost everything you need to know about Redis from an incident.

1G Memory Usage Optimization with One Line of Code

The one line of code here refers to the invocation of String.intern(). To invoke this line of code, several dozen additional lines of code have been written.