Yes it is. Say you wanted to add a 1 Gigabyte swap file. First you need to make sure you have 1GB to dedicate to it. Assuming your root partition has space, the following commands will do it...
Code:
mkfile 1024m /swapfile
swap -a /swapfile
You then need to add the following line to [tt]/etc/vfstab[/tt]...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.