Hacker News new | past | comments | ask | show | jobs | submit login

Memory stall means re-fetching an evicted or not-yet-faulted-in page from disk, so its disk I/O, which is done asynchronously and leaves the CPU available for another task.



I would say that the article is really talking about cache misses, not page faults.


This is not what it means. Maybe you're thinking of page faults, which happen for this reason among other reasons.


A page fault stall is visible to tools like top. A task waiting for a page to be faulted in so that it can continue is descheduled, and so 0% CPU. So I don't think that's what the article is talking about.




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: