__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
<page xmlns="http://projectmallard.org/1.0/"
      type="topic" style="task"
      id="memory-map-what">

  <info>
    <revision pkgversion="3.11" date="2014-01-28" status="candidate"/>
    <link type="guide" xref="index#memory" group="memory" />

    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>

    <credit type="author copyright">
      <name>Phil Bull</name>
      <email>[email protected]</email>
      <years>2011</years>
    </credit>

    <credit type="author copyright">
      <name>Michael Hill</name>
      <email>[email protected]</email>
      <years>2011, 2014</years>
    </credit>

    <desc>The memory map of a process can help diagnose certain memory
    issues.</desc>
  </info>

  <title>What is a memory map?</title>

  <comment>
    <cite date="2011-06-18" href="mailto:[email protected]">Phil Bull</cite>
    <p>Difficult conceptual topic. Explain how to use memory maps to do
    whatever the hell you're supposed to use them for.</p>
  </comment>

  <comment>
    <cite date="2014-01-28" href="mailto:[email protected]">Kat</cite>
    <p>TODO: check gui tags.</p>
  </comment>

  <p><gui>Virtual memory</gui> is a representation of the combined
  <gui>physical memory</gui> and <link xref="mem-swap">swap space</link> in a
  system. It enables running processes to access <em>more</em> than the
  existing physical memory by <gui>mapping</gui> locations in physical memory
  to files on disk.</p>

  <p>When a program is launched, the system assigns it a unique process ID
  (PID) and its <em>instructions</em> and <em>data</em> are loaded into memory
  in <em>pages</em>. The page table of each process maps the correspondence
  between its pages in virtual memory and their location in physical memory.
  The <gui>memory map</gui> displays the total virtual memory use of the
  process, and can be used to determine the memory cost of running a single or
  multiple instances of the program, to ensure the use of the correct shared
  libraries, to see the results of adjusting various performance tuning
  parameters the program may have, or to diagnose issues such as memory
  leaks.</p>

  <p>If multiple copies of a program are running, the instructions (or
  <em>text</em>) of the program only need to be loaded once into physical
  memory. Each time a new instance of the program is launched (as a unique
  process with its own virtual memory pages), its page table maps the location
  of the text in virtual memory to those instructions in the original real
  memory location. In addition, any dynamic shared libraries used by the
  process appear as distinct in virtual memory, but are shared references to a
  single copy of the library's text segment in real memory. When accounting for
  the total memory use of a process, it is important to note that the cost of
  shared libraries loaded into memory can be spread across all processes
  currently using them.</p>

  <p>When the system needs more pages of memory than are available, some of the
  existing pages will be <em>paged out</em> or written to the <gui>swap
  space</gui>. Text pages are flagged read-execute in memory and don't need to
  be written to swap since they can be re-loaded from their original location
  on disk. Data pages have read-write permissions, and if modified when in
  memory, they are labeled <em>dirty</em>, and when designated for swapping,
  must be paged out.  When a page in swap space is required by a running
  process, it needs to be swapped back in before use, perhaps causing another
  page to be paged out.</p>

</page>

Filemanager

Name Type Size Permission Actions
figures Folder 0755
commandline.page File 1.95 KB 0644
cpu-check.page File 1.63 KB 0644
cpu-mem-normal.page File 2.14 KB 0644
cpu-multicore.page File 1.12 KB 0644
fs-device.page File 1.53 KB 0644
fs-diskusage.page File 2.14 KB 0644
fs-info.page File 3.18 KB 0644
fs-showall.page File 1.42 KB 0644
index.page File 2.08 KB 0644
legal.xml File 297 B 0644
mem-check.page File 2.81 KB 0644
mem-swap.page File 1.84 KB 0644
memory-map-use.page File 6.06 KB 0644
memory-map-what.page File 3.5 KB 0644
net-bits.page File 1.39 KB 0644
process-explain.page File 1.62 KB 0644
process-files.page File 1.25 KB 0644
process-identify-file.page File 1.84 KB 0644
process-identify-hog.page File 2.09 KB 0644
process-kill.page File 1.34 KB 0644
process-many.page File 1011 B 0644
process-priority-change.page File 2.87 KB 0644
process-priority-what.page File 1.31 KB 0644
process-status.page File 2.56 KB 0644
process-update-speed.page File 1.64 KB 0644
solaris-mode.page File 1.8 KB 0644
units.page File 1.53 KB 0644
Filemanager