LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   swap space (https://www.linuxquestions.org/questions/linux-software-2/swap-space-761336/)

muvendrann 10-12-2009 06:21 AM

swap space
 
hi,
i need to increase my swap space space oracle installation in oel 5 pls provide me the solutions

eth1 10-12-2009 07:31 AM

If you had created a swap partition, you can't increase the size of it. However, you can create an additional swap file on the disk and use it.

Here are instructions for it,


Shadow_7 10-12-2009 09:08 AM

You can handle swap in many ways. Worst case scenario make a file (dd), then format it (mkswap), then mount it (swapon). Not quite efficient, but should in theory be functional. "swapon -s" to see what's current used.

mkswap
swapon
swapoff


All times are GMT -5. The time now is 09:16 AM.