Solaris 如何增加硬碟的 swap space
发布时间:2006-10-14 8:48:24   收集提供:gaoqian

Step 1. use "mkfile" to create a swap file within a sufficient
        disk space partition.

eg. #mkfile 512m /export/home/swapfile

Step 2. use "swap -a" to add the swap file.

eg. #swap -a /export/home/swapfile

Step 3. use "swap -l" to check it.

Step 4. edit /etc/vfstab ( optional ).
 
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50