SMRTR ProgrammingMar 30, 2026Hacker News

High memory usage in Postgres is good

SMRTR summary

High memory usage in PlanetScale databases isn't necessarily problematic like sustained high CPU usage. Postgres and the OS cache frequently accessed data in RAM to avoid slower disk reads, making 80% memory usage often healthy. The key distinction is between beneficial cache memory and problematic RSS (Resident Set Size) memory pressure that can cause out-of-memory events.

SMRTR provides this summary for quick context. The original article belongs to Hacker News.

Read the original article
SMRTR Programming

Get the next batch of curated stories in your inbox.

This archive is built from SMRTR newsletter stories. Subscribe for hand-picked stories without the extra noise.

Related Stories

Browse Programming
ProgrammingAug 23, 2026

Rust Glancer

Rust-analyzer's memory bloat stems from treating all 6,666 dependencies equally — a tiered, IntelliJ-style backend could fix that.