<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Memory Usage Q: When does a Process Use Memory Swap? Device Swap? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage-q-when-does-a-process-use-memory-swap-device-swap/m-p/3194021#M165248</link>
    <description>Hi Nelson,&lt;BR /&gt;&lt;BR /&gt;When a process is started, system will make sure there is enough space available in swap and reserves it in case it has to page it out later. So if you configure the swap space less than the physical memory, system will not be able to bring up more process than the swap space available.&lt;BR /&gt;&lt;BR /&gt;For systems with large memories, you can enable swapmem_on parameter so that at the boot time, kernel will allot 75% of physical memory as swap. This is only for calculation purposes and the system will think that it has a swap space equal to device_swap+75%_of_physical_memory at the time of bootup. This will make it to bring up more processes.  %used in memory row of swapinfo -t means it is no longer available for reservation and it means the device swap figures are used to accommodate the reservation. It happens when the kernel used the memory for dynamic allocation or those pages are being locked. This does not mean it is holding the pages that got paged out.&lt;BR /&gt;&lt;BR /&gt;Only device|filesystem swap is used to hold the pages.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
    <pubDate>Tue, 17 Feb 2004 09:03:33 GMT</pubDate>
    <dc:creator>Sridhar Bhaskarla</dc:creator>
    <dc:date>2004-02-17T09:03:33Z</dc:date>
    <item>
      <title>Memory Usage Q: When does a Process Use Memory Swap? Device Swap?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage-q-when-does-a-process-use-memory-swap-device-swap/m-p/3194018#M165245</link>
      <description>Or are they the same? If I have an SHM Segment that is close to RealMEM, why do I still see a memory swap?&lt;BR /&gt;&lt;BR /&gt;Just trying to understand how the HP-UX Virtual Memory Management works and differs from the other dialects and Linux/Win32.  &lt;BR /&gt;&lt;BR /&gt;Also, would anyone have an explanation (layman?) that I can pass on to users asking what is happening with memory?&lt;BR /&gt;&lt;BR /&gt;Links.. whitepapers.. any relevant info.. please.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Feb 2004 08:39:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage-q-when-does-a-process-use-memory-swap-device-swap/m-p/3194018#M165245</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2004-02-17T08:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Usage Q: When does a Process Use Memory Swap? Device Swap?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage-q-when-does-a-process-use-memory-swap-device-swap/m-p/3194019#M165246</link>
      <description>A process will reserve the swap space when started. Ic case it is to be swapped, it will have space available.&lt;BR /&gt;&lt;BR /&gt;Check documents in /usr/share/doc. It has a good document on memory management.</description>
      <pubDate>Tue, 17 Feb 2004 08:49:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage-q-when-does-a-process-use-memory-swap-device-swap/m-p/3194019#M165246</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-02-17T08:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Usage Q: When does a Process Use Memory Swap? Device Swap?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage-q-when-does-a-process-use-memory-swap-device-swap/m-p/3194020#M165247</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I was given this url once&lt;BR /&gt;&lt;BR /&gt;ftp://eh:spear9@hprc.external.hp.com/memory.htm&lt;BR /&gt;&lt;BR /&gt;It helped me a lot.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;            Steve Steel</description>
      <pubDate>Tue, 17 Feb 2004 09:02:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage-q-when-does-a-process-use-memory-swap-device-swap/m-p/3194020#M165247</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2004-02-17T09:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Usage Q: When does a Process Use Memory Swap? Device Swap?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage-q-when-does-a-process-use-memory-swap-device-swap/m-p/3194021#M165248</link>
      <description>Hi Nelson,&lt;BR /&gt;&lt;BR /&gt;When a process is started, system will make sure there is enough space available in swap and reserves it in case it has to page it out later. So if you configure the swap space less than the physical memory, system will not be able to bring up more process than the swap space available.&lt;BR /&gt;&lt;BR /&gt;For systems with large memories, you can enable swapmem_on parameter so that at the boot time, kernel will allot 75% of physical memory as swap. This is only for calculation purposes and the system will think that it has a swap space equal to device_swap+75%_of_physical_memory at the time of bootup. This will make it to bring up more processes.  %used in memory row of swapinfo -t means it is no longer available for reservation and it means the device swap figures are used to accommodate the reservation. It happens when the kernel used the memory for dynamic allocation or those pages are being locked. This does not mean it is holding the pages that got paged out.&lt;BR /&gt;&lt;BR /&gt;Only device|filesystem swap is used to hold the pages.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Tue, 17 Feb 2004 09:03:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage-q-when-does-a-process-use-memory-swap-device-swap/m-p/3194021#M165248</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-02-17T09:03:33Z</dc:date>
    </item>
  </channel>
</rss>

