I have a server dedicated to our developers. They are requesting for additional swap space on
their server. Currently, the server has 2GB of physical memory and 700mb of swap space. I will
add an additionl 700mb of swap space today. In the near future, I will add an additional 2GB of
physical memory
Here are the steps I took to add more swap space:
1. mkfile 700m /export/home/file/swapfile
2. edit /etc/vfstab. I added the line below:
/export/home/files/swapfile - - swap - no -
3. swap -a /export/home/files/swapfile
Any suggestions or pitfalls I should look out for with this setup?
their server. Currently, the server has 2GB of physical memory and 700mb of swap space. I will
add an additionl 700mb of swap space today. In the near future, I will add an additional 2GB of
physical memory
Here are the steps I took to add more swap space:
1. mkfile 700m /export/home/file/swapfile
2. edit /etc/vfstab. I added the line below:
/export/home/files/swapfile - - swap - no -
3. swap -a /export/home/files/swapfile
Any suggestions or pitfalls I should look out for with this setup?