why do you need to have a swap file system?
Answer / monu verma
Linux systems run better with a swap file, even when you
have plenty of RAM. The technical reason is that it's
sometimes easier to swap out "dirty" data than it is to
write it to peoperly to the disk.
In general, Linux will fill up as much of your memory as it
can, in the hope that those little bits might be needed. You
might as well use it (RAM). You paid for it. If it's all
filled up, then at some point, you're going to have to free
some of it up.
Data may be sitting around in RAM waiting to be written to
disk in an efficient and orderly process. This is called
"dirty" data. Sometimes, just because of the way it works,
it's faster and easier to leave the "dirty data" in memory,
but transfer it to swap, thereby freeing physical RAM.
Ideally, it would be best to just free it from RAM entirely,
but this gives the kernel another option.
| Is This Answer Correct ? | 4 Yes | 0 No |
HOW DO CREATE A NFS FILE SYSTEM
What is the job responsibility of a System Administrator (UNIX/LINUX),briefly describe (Also point out system admin's daily job details),specify job type & job description?
2 Answers HP, ICS Integrated Computer Solutions, TCS,
what is mean by kernal?
What is a daemon?
What does the ?route? command do?
Am using Mac OS 10.4.11 on an Imac (PPC) Internal hard disk got named disk0s3 and will not mount. What commands can be used in TERMINAL to rename the internal hard disk to C96?
how to set request time out value for name resolution on clients (hp-ux) ?
in unix how to change old name to new name
what is difference between kernel and shell?
What is file constructing in UNIX/AIX ?
how to create a file system quota in HP-UX?
What is YACC?