[quote]732 meg for memory?
That's not much memory nowaday's... So you need a lot of swap size.
Here's a good article to read about swap:
https://help.ubuntu.com/community/SwapFaq. And yes, i know it's for Ubuntu, but since Mint is based on Ubuntu this FAQ is 100% applicable.
There are some tables to be found on the internet clarifying how to set the swap size. The table below is an example:
- Systems with 4GB of ram or less require a minimum of 2GB of swap space
- Systems with 4GB to 16GB of ram require a minimum of 4GB of swap space
- Systems with 16GB to 64GB of ram require a minimum of 8GB of swap space
- Systems with 64GB to 256GB of ram require a minimum of 16GB of swap space
According to the above table, you need a minimum of 2 GB of swap space.
It is also a good thing to set your swappiness. When the swappiness is set too high, it will slow down your system a bit. This is how to set your swappiness:
- open a terminal
- type (or copy/paste) the following command:
- Code: Select all
cat /proc/sys/vm/swappiness
The result might be that your swappiness is set to 60. This is too much for a average day used desktop. To correct this type the following command:
- Code: Select all
sudo gedit /etc/sysctl.conf
At the bottom of the file add the following lines (copy/paste):
#
# Reduce the swappiness
vm.swappiness=10 Set the swappiness according this thumb rule:1 GB or more RAM-memory: 10
Less than 1 GB RAM-memory: 5
Save the file and reboot.
When installing Mint, the best to do is let the installation procedure decide how to partition your disc when you dan't have enough experience/knowledge about this. That's the best advice i can give you to avoid any problems with partition your disc.