How to Modify Swap Size - Ubuntu 10.04
• •
When installing Ubuntu, I was never asked about the desired size for my swap size. Oracle recommends to use at least 2GB of memory in order to create a database, let alone run it. With help from this excellent post from LinuxReaders, I expanded my swap size to 2GB (again, Oracle’s recommended size for 11g) by executing the following:
Checked my swap memory with free -m
:
And made the swap size permanent by adding the following to /etc/fstab:
Cheers!