Submitted by emma in lobby

Remember the search engine Raddle's server cannot run because it eats too much RAM?

Turns out its Docker container has been running ever since we tested it, and despite being used for absolutely nothing, it's slowly been gobbling up all the free disk space. This caused PHP-FPM to crash, taking the site down.

(FYI, I was given server access again to upgrade Postmill, so I took the liberty of finding out why the site went down. Hope no one minds.)

10

Comments

You must log in or register to comment.

ziq wrote (edited )

I'm so glad I was fast asleep or I likely would have had a panic attack.

4

Cheeks wrote

Lol.. How many log files did you have to dig through to find that out?

Leaving unused containers running that gobble up resources on a box hosting raddle == bad praxis. Haha.

Thanks Emma!!!

3

emma OP wrote

None. I suspected it was a file system problem when PHP-FPM kept crashing. A quick df -h confirmed it.

5

Cheeks wrote

Nice troubleshooting... I would've buried myself in log files for 10-15 minutes before even thinking about df or du.

3