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 to connect oracle database from unix
6 Answers Cap Gemini, IBM, Wirecard,
I am new to Unix and Unix Shell scripting could you guide me on how to go about these subjects and where to start from with concern to Oracle?. I also would like to know where does UNIX shell Scripting help in terms of development of a application in Oracle? I have no clue in the subject so do help me. Thank You Neelima
Which is the most commonly used replacement algorithm?
0 Answers Aditi Placement Service,
what is RAID 1+0?
. Using sed and grep, write a command which lists files and directories with following properties: (i) created in 1999 (ii) with user's as owner and group
fork()?
hi.when will u come to klnce 4 campus interviews??/
Is this the command to connect oracle from unix? sqlplus -s username/password. Then what is the -S here...????
In Unix inter process communication take place using?
How many VI editor modes do you know?
How do you list the files in an UNIX directory while also showing hidden files?
how can you say that unix operating system provides more security than other operating systems.