Operating System - Linux
1753809 Members
8825 Online
108805 Solutions
New Discussion

Re: Increasing swap and tmp space

 
Jagadeesh
Occasional Contributor

Increasing swap and tmp space

Hello,

Can anyone say how to increase the swap and tmp space in a Redhat 7.0 machine after installation?

Advance Thanks and Regards,
Jegdes

 

 

P.S.This thread has been moved from Archived Desktops and Workstations Boards>Linux based to Linux > sysadmin- HP Forums Moderator

1 REPLY 1
I_M
Honored Contributor

Re: Increasing swap and tmp space

Hi

Do you still have un-assigned space in your disk, if yes, you may create 2nd swap space then mkswap to initialize.
At last, put one line in /etc/fstab. After reboot, system enable your swap. Or #swapon -a does the same.

If you don't have un-assigned space, you will be able to create swap file on your filesystem.

Good luck