+8 How To Add Swap File in Solaris: Follow below example to add Swap in solaris: STEP 1: Create a 2gb swap file #mkfile 2048M /swapfile STEP2: Now run following command to append this Swap File to existing Swap Space: #swap -a /swapfile STEP3: Make entry in vfstab file to make it permanent (i.e. […]