My system was recently locking up, and I realized that all my ram was all used up. I then inserted an old Hard drive and made an 8gb swap partition to compensate. Swap memory is "not avaliable" which means I need to activate it. How do I do so?
|
Best way to accomplish this permanently is adding a correct line in your Such a line in
Find the UUID of your swap partition by running It is also possible to activate it temporarily using |
|||||
|
|
1) Setup swap partition on your drive (You can as well setup Swap file on your current drive)... So: start Gparted and set a partition and make it as swap 2) You can activate it manually by command:
where PARTITION_NAME is something like /dev/sdb1 (according to your drives, check it out correctly) Now you should find mention of this swap in 3) You can activate it permanently by editing
where again PARTITION_NAME is something like /dev/sdb1 (according to your drives, check it out correctly) |
|||
|