1. 表示 最大可以增加到 24 GB (硬件)
物理内存16GB 啊 两跟8G双通道
1-1. 表示目前 實際安裝 16 GB
2. 5400转HDD
3.
https://www.kingston.com/en/business/se ... ddr3_1600l
DDR3L (1.35V)
1600 (DDR3-1600)
12800 MB/sec. or
12.8 GB/sec.
4.
http://thebestlaptops.net/upgrade-your- ... ve-laptop/
Why You Need to Change the 5400RPM Hard Drive In Your Laptop
5400 RPM vs 7200 RPM vs SSD
But a 7200RPM hard drive like the WD WD5000BPKX Black is (slightly) faster than a 5400RPM drive. According to some benchmarks that I saw, the WD Scorpio Black is capable of achieving up to
128MB/s read speed, and around
120MB/s write speed. That is definitely faster than the 5400RPM hard drive that my laptop has.
My Samsung 830 SSD can reach write speeds of up to
320MB/s, and read speeds of up to
450MB/s.
5. 顯然 無論是 5400/7200 硬盤 或 ssd 其存取速度 均遠比 DDR3L RAM 低很多很多 (約 1% ~ 4%)
6. 如果存取速度 對你意義重大 建議 聚焦在 如何把 16GB/24GB RAM 挪出不用的空間
模擬成 虛擬硬盤 享受 12800 MB/sec 的存取速度
7. 至於 如何把 RAM 模擬成 虛擬硬盤
ubuntu 已經提供很成熟的技術 可以再邀大家一起討論
8. 舉例
sudo fdisk -l /dev/ram*
你可以發現 你的電腦已經幫你規劃好 16 個 虛擬磁盤 讓你享受 12800 MB/sec. or 12.8 GB/sec. 的飆速感
8-1. 參閱
http://askubuntu.com/questions/703576/f ... ram0-ram15
fdisk -l shows 16 ram disks /dev/ram0 … /ram15
ureadahead 效果不是很明显
preload 也没感觉有效果
8. 把目標改到 /dev/ramx 虛擬磁碟 試試
(開機啟動 不一定比較快 但是運用熟練後 執行程式 應該有感覺的加快)
8-1.
http://www.hecticgeek.com/2013/05/using ... ntu-13-04/
‘Effects’ of Using ‘preload’ (‘readahead daemon’) in Ubuntu 13.04
8-2.
http://askubuntu.com/questions/110335/d ... by-default
Drawbacks of using preload? Why isn't it included by default?