Viewing profile — serxa
serxa
HN member- Joined
- Tue, Mar 04, 2025, 2:42 PM UTC
- HN karma
- 1
- Public activity
- 1 items
- HN profile
- View on Hacker News ↗
About serxa
No profile information was provided.
Recent public activity
-
comment
Comment #43303044
Vmscan is not single-threaded. Every thread that tries to allocate more memory when current memory consumption equals memory limit triggers vmscan. So lru_lock is used only to isol…