What is Expansion swap?



What is Expansion swap?..

Answer / vishalr

Swap space in Linux is used when the amount of physical
memory (RAM) is full. If the system needs more memory
resources and the physical memory is full, inactive pages
in memory are moved to the swap space. While swap space can
help machines with a small amount of RAM, it should not be
considered a replacement for more RAM. Swap space is
located on hard drives, which have a slower access time
than physical memory.

Swap space can be a dedicated swap partition (recommended),
a swap file, or a combination of swap partitions and swap
files.

The size of your swap space should be equal to twice your
computer's RAM, or 32 MB, whichever amount is larger, but
no more than 2048 MB (or 2 GB)

Is This Answer Correct ?    3 Yes 4 No

Post New Answer

More Unix AllOther Interview Questions

How to remove weird filenames?

1 Answers  


what is a profile?

1 Answers  


How can u doing testing in Unix environment ?

2 Answers   TCS,


The very first process created by the kernal that runs till the kernal process is haltes is

6 Answers   IBM,


Give two UNIX kernel parameters that effect an Oracle install

1 Answers  


in unix how to change old name to new name

5 Answers  


What are the processes that are not bothered by the swapper? Give Reason.

1 Answers  


What is a daemon?

6 Answers  


process id for kernell process?

4 Answers   TCS,


In detail elaborate the system? What is driver?

1 Answers   BMC,


If your linux machine shows a ~(tilde) in most filenames on your dos or windows partition,what is the mistake you have made?How do you get back the long filenames?

2 Answers  


Is this the command to connect oracle from unix? sqlplus -s username/password. Then what is the -S here...????

1 Answers   TCS,


Categories