[[!meta title="Setting up swapcache"]]
This page was created from my notes of setting up my SSD as a swapchache.
-The I used the Intel 40 GB X25-V SATA II MLC.
+I used the Intel 40 GB X25-V SATA II MLC.
[[!toc]]
Edit /etc/fstab and comment out any exisiting swap partitions. Just add a # in front of the line.
- # /dev/serno/JPC550HN25.s1b none swap sw 0 0
+ #/dev/serno/JPC550HN25.s1b none swap sw 0 0
Add your new device to fstab
# Setting swapcache to start on boot
-To enable swapcache on boot edit etc/sysctl.conf and add
+To enable swapcache on boot edit /etc/sysctl.conf and add
vm.swapcache.read_enable=1
vm.swapcache.meta_enable=1
The easiest way at this point is to just reboot the machine.
+