Live data from Hacker News

Viewing profile — serxa

serxa

HN member
Joined
Tue, Mar 04, 2025, 2:42 PM UTC
HN karma
1
Public activity
1 items

About serxa

No profile information was provided.

Recent public activity

  1. 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…