Skip to main content
Apache Wangye

Apache Wangye

Writing code, exploring systems, and documenting practical solutions.

Products

Products I am building

Small, useful products backed by the engineering notes on this site.

In development

Cloud Album

A private cloud photo album for overseas users, focused on backup, organization, and subscription-ready experiences.

A real product journey covering the iOS client, MinIO storage, overseas payments, and growth experiments.

iOS AppMinIO storageOverseas subscription

Blog

Latest posts

Java Garbage Collection Fundamentals

· One min read
Apache Wangye
Software developer and technical writer

Java garbage collection reclaims heap objects that are no longer reachable from a set of GC roots. Roots include active thread stacks, static fields, JNI references, and JVM-internal structures.

Total views -- · Visitors --