Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在开发环境中,运行rails s有点慢。我想将我的项目文件移动到 SSD。人们说我们不应该对 SSD 进行太多的读写操作。这会损坏驱动器吗?
rails s
Practically, no.
People say that we should not do too many writes and reads to an SSD.
These people are probably referring to doing orders of magnitude more disk I/O than starting a rails app does.