Question
What is virtual memory under linux?

Answers

Linux supports virtual memory, that is, using a disk as an extension of RAM so that the effective size of usable memory grows correspondingly. The kernel will write the contents of a currently unused block of memory to the hard disk so that the memory can be used for another purpose. When the original contents are needed again, they are read back into memory. This is all made completely transparent to the user; programs running under Linux only see the larger amount of memory available and don't notice that parts of them reside on the disk from time to time. Of course, reading and writing the hard disk is slower (on the order of a thousand times slower) than using real memory, so the programs don't run as fast. The part of the hard disk that is used as virtual memory is called the swap space.   Your Comment






Search
Can you Answer!!
  • Q Define poison regression.?
  • Q How can we view last record added to a table?
  • Q What do you understand by html ?
  • Q Who sells more cars than Ford Chrysler Chevrolet and Buick
  • Q Which actor is common to Magnificent 7 and Dirty Dozen
  • Q What is Separation of Concerns in ASP.NET ASP.Net MVC
  • Q When the President’s rule first imposed in Uttarakhand?
  • Q Which property is used to make a font italic or oblique?
  • Q explain prolactin
  • Q How the e.coli survives?
  • Q What are sqlcode and sqlerrm and why are they important for pl/sql developers?