由于写入速度较慢,在 HDD 中交换内存不太值得。
然而随着 SSD 的日益普及,以及其更快的写入/读取速度,在 SSD 上拥有交换内存是否值得,以及这个交换分区应该有多少存储空间?
答案1
是的,值得。
我在上一份工作中使用了一台内存和硬盘有限的台式电脑。有时,我的内存 RAM 用完了,我的 Linux 开始交换,这对我们来说是一场噩梦,我们已经知道了。
因此,我的公司为我的计算机升级了 SSD。我可以告诉您,SSD 中的交换速度非常非常快。您可以在 SSD 中使用交换内存,甚至不知道发生了什么,就可以毫无问题地使用 SO。
交换空间的大小取决于您的用途。例如,您可以使用下表作为参考:https://askubuntu.com/a/49138/467504
Amount of RAM in the system Recommended swap space Recommended swap space
if allowing for hibernation
--------------------------- ---------------------------- ---------------------------
2GB of RAM or less 2 times the amount of RAM 3 times the amount of RAM
2GB to 8GB of RAM Equal to the amount of RAM 2 times the amount of RAM
8GB to 64GB of RAM 0.5 times the amount of RAM 1.5 times the amount of RAM
64GB of RAM or more 4GB of swap space No extra space needed