<?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: Swap space &amp;amp; memory in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-space-amp-memory/m-p/3373978#M196111</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you are worrying about 1999 KB Used in the memory line of your swapinfo -tam, then don't worry about it. It's not actually the usage. Enabling swapmem_on kernel parameter will make the system to allocate 75% of memory as swap space initially. This is only for the calculation purposes and it will not be used physically. As the system continues to run, memory will be consumed by the system and it will be *unaccounted* from the swap usage. Hence you see it as used (a misnomer).&lt;BR /&gt;&lt;BR /&gt;With the introduction of this parameter, system  administrators no longer have to add swap of twice the memory.&lt;BR /&gt;&lt;BR /&gt;You should be worried when you start seeing your device swap used with considerable pageouts (in vmstat 5 2 output).&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
    <pubDate>Tue, 07 Sep 2004 21:05:08 GMT</pubDate>
    <dc:creator>Sridhar Bhaskarla</dc:creator>
    <dc:date>2004-09-07T21:05:08Z</dc:date>
    <item>
      <title>Swap space &amp; memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-space-amp-memory/m-p/3373976#M196109</link>
      <description>Hello everyone, i have a swap and memory configuration problem with my HP machine. it never use the allocated swap space. she only using the physical memory. pls tell me how can i fix this. beleow is the result of &lt;BR /&gt;swapinfo -tam and a portion on /stand/system.&lt;BR /&gt;&lt;BR /&gt;# swapinfo -tam&lt;BR /&gt;                  Mb      Mb            Mb   PCT    START/      Mb&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev           1024       0            1024    0%       0              -           1  /dev/vg00/lvol2&lt;BR /&gt;reserve       -         1024         -1024&lt;BR /&gt;memory    3154    1999          1155   63%&lt;BR /&gt;total          4178    3023          1155   72%       -       0    -&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;* Tunable parameters(/stand/system)&lt;BR /&gt;&lt;BR /&gt;STRMSGSZ        65535&lt;BR /&gt;max_thread_proc 3000&lt;BR /&gt;maxdsiz         0X7B03A000&lt;BR /&gt;maxfiles        2048&lt;BR /&gt;maxfiles_lim    2048&lt;BR /&gt;maxssiz         0XF424000&lt;BR /&gt;maxswapchunks   512&lt;BR /&gt;maxusers        512&lt;BR /&gt;ncallout        ((16+NPROC)*3-252)&lt;BR /&gt;nfile           ((16*(NPROC+16+MAXUSERS)/10+127+2*(NPTY+NSTRPTY+NSTRTEL))*6)&lt;BR /&gt;nkthread        ((((NPROC*7)/4)+16)*2-1270)&lt;BR /&gt;nproc           ((20+8*MAXUSERS)/2+10)&lt;BR /&gt;npty            120&lt;BR /&gt;nstrpty         120&lt;BR /&gt;nstrtel         120&lt;BR /&gt;shmmax          0X1DCD6500&lt;BR /&gt;swapmem_on      1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Sep 2004 20:56:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-space-amp-memory/m-p/3373976#M196109</guid>
      <dc:creator>Rommel Cuevas</dc:creator>
      <dc:date>2004-09-07T20:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: Swap space &amp; memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-space-amp-memory/m-p/3373977#M196110</link>
      <description>Actually you NEVER EVER want to have to use your swap space (ie. have processes have to page out to device swap).&lt;BR /&gt;&lt;BR /&gt;Swap space only REALLY ever needs to be used for RESERVATION purposes.  If you ever see your USED% on the 'dev' line go above 0, then you are probably short on RAM.&lt;BR /&gt;&lt;BR /&gt;Your configuration looks good to me.</description>
      <pubDate>Tue, 07 Sep 2004 21:04:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-space-amp-memory/m-p/3373977#M196110</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2004-09-07T21:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: Swap space &amp; memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-space-amp-memory/m-p/3373978#M196111</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you are worrying about 1999 KB Used in the memory line of your swapinfo -tam, then don't worry about it. It's not actually the usage. Enabling swapmem_on kernel parameter will make the system to allocate 75% of memory as swap space initially. This is only for the calculation purposes and it will not be used physically. As the system continues to run, memory will be consumed by the system and it will be *unaccounted* from the swap usage. Hence you see it as used (a misnomer).&lt;BR /&gt;&lt;BR /&gt;With the introduction of this parameter, system  administrators no longer have to add swap of twice the memory.&lt;BR /&gt;&lt;BR /&gt;You should be worried when you start seeing your device swap used with considerable pageouts (in vmstat 5 2 output).&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Tue, 07 Sep 2004 21:05:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-space-amp-memory/m-p/3373978#M196111</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-09-07T21:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: Swap space &amp; memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-space-amp-memory/m-p/3373979#M196112</link>
      <description>pat &amp;amp; sri, i think both of u are right.  thank u for the knowledge that you shared to me. you were very generous &amp;amp; helpful.</description>
      <pubDate>Wed, 08 Sep 2004 00:58:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-space-amp-memory/m-p/3373979#M196112</guid>
      <dc:creator>Rommel Cuevas</dc:creator>
      <dc:date>2004-09-08T00:58:28Z</dc:date>
    </item>
  </channel>
</rss>

