Hacker News new | ask | show | jobs
by worthless-trash 297 days ago
I'm assuming that you monitor the service closely for OOM then adjust with demand ?
1 comments

yeah pretty much, also configuring memory limits everywhere where apps allow it. some software also handles malloc failures relatively gracefully, which helps a whole lot (thank you postgres devs)
Ive spent the last day thinking about that, I really can't see any big negative side effects, the only issue that I'd have is being notified of OOM conditions, and that would just be a syslog regex match. Great plan.