Viewing profile — chris-
chris-
HN member- Joined
- Sat, Feb 04, 2017, 9:52 AM UTC
- HN karma
- -1
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About chris-
No profile information was provided.
Recent public activity
-
comment
Comment #46424946
That's just saying "we push our memory problems up the stack so our clients / users need to deal with that". The reason this works is because human users in particular have become …
-
comment
Comment #46423834
No, it does not. The oom killer acts on (mostly) the oom score and no process is exepmt, regardless of whether or not it allocates new memory. It may help you write correct program…