Swap memory is a partition in your hard disk, used as additional RAM.
Of course it is much slower than the RAM.
To create swap on Linux
Of course it is much slower than the RAM.
To create swap on Linux
- create a partition for swap .. for ex it is sda6
- in bash
mkswap dev/sda6
swapon -a
No comments:
Post a Comment