Hacker News new | ask | show | jobs
by atmosx 4449 days ago
Yes but say I need to run a rails application with a DB on a Lan (less than 15 users), perfomance is not an issue (nginx + postgresql + puma uses less than 115 MB of RAM!) The only thing stopping you is SDCard's reliability!

A friend of mine had two unrecoverably broken Kingston class 10 SDCards on the same RPi in 6 months. Bad luck maybe, but still I'd love to have something more solid to run applications without fear of data loss.

1 comments

You can setup the SD card to run read only, and use a external usb hard drive when you need to write.
Correct me if I am wrong but it is my understanding that you can still have read problems on an RO SD card. In fact I was recently reading a Micron Application note that explained that the mere act of reading it could cause bit-flips.
Do you have a link to that?