Hacker News new | ask | show | jobs
by torkalork 4095 days ago
I also use the $5-tier Digital Ocean droplets to host some side projects.

I've had some processes die semi-regularly, though, because the OS does a scheduled maintenance task that maxes out the 512mb RAM.

Adding a swap file seems to have taken care of it, though. I wish they enabled them by default on their smallest droplets: https://www.digitalocean.com/community/tutorials/how-to-add-...

1 comments

Or try running an alternate operating system that doesn't run a task semi-regularly that uses up all of your RAM.