<?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 Paging Contd... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/paging-contd/m-p/2856715#M94880</link>
    <description>Team:&lt;BR /&gt;&lt;BR /&gt; Please refer this discussion.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x5a7a85079106d71190050090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x5a7a85079106d71190050090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Additional Info:&lt;BR /&gt;It is paging out. But the po value in vmstat is 3.&lt;BR /&gt;I have attached the glance report of the PID with high memory usage. Can you pl. tell me whether this Application has a memory leak?&lt;BR /&gt;Also another strange information is that the Page out happens in the night between 1 am to 9 am (this is the master server and this may be the time when the backups are run. The master server has to back itself up and also other 3 servers. The backup tool is veritas netbackup). Any ideas?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Joe.</description>
    <pubDate>Tue, 03 Dec 2002 19:42:01 GMT</pubDate>
    <dc:creator>joe_91</dc:creator>
    <dc:date>2002-12-03T19:42:01Z</dc:date>
    <item>
      <title>Paging Contd...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/paging-contd/m-p/2856715#M94880</link>
      <description>Team:&lt;BR /&gt;&lt;BR /&gt; Please refer this discussion.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x5a7a85079106d71190050090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x5a7a85079106d71190050090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Additional Info:&lt;BR /&gt;It is paging out. But the po value in vmstat is 3.&lt;BR /&gt;I have attached the glance report of the PID with high memory usage. Can you pl. tell me whether this Application has a memory leak?&lt;BR /&gt;Also another strange information is that the Page out happens in the night between 1 am to 9 am (this is the master server and this may be the time when the backups are run. The master server has to back itself up and also other 3 servers. The backup tool is veritas netbackup). Any ideas?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Joe.</description>
      <pubDate>Tue, 03 Dec 2002 19:42:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/paging-contd/m-p/2856715#M94880</guid>
      <dc:creator>joe_91</dc:creator>
      <dc:date>2002-12-03T19:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: Paging Contd...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/paging-contd/m-p/2856716#M94881</link>
      <description>Sorry the glance report here&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Joe</description>
      <pubDate>Tue, 03 Dec 2002 20:29:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/paging-contd/m-p/2856716#M94881</guid>
      <dc:creator>joe_91</dc:creator>
      <dc:date>2002-12-03T20:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: Paging Contd...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/paging-contd/m-p/2856717#M94882</link>
      <description>paging out is not a problem, it is the paging back in that shows a memory problem&lt;BR /&gt;&lt;BR /&gt;page outs will happen when HPUX decides that the page has not been referenced in awhile and this can happen for a lower priority process that does not get much cpu time, becuase there are higher priority processes getting the cpu&lt;BR /&gt;&lt;BR /&gt;you will always have some pageins and pageouts, it is the volume of these that is bad&lt;BR /&gt;&lt;BR /&gt;If you don't have at least 90% memory usage and are still having quite a few pages in and out, then you have an application that is coded to do mallocs, use it for a bit, and then release the memory.  This is a real bad thing.  Programs should be coded to do a malloc and then not relase it if they think they will need it again real soon. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Dec 2002 20:32:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/paging-contd/m-p/2856717#M94882</guid>
      <dc:creator>John Bolene</dc:creator>
      <dc:date>2002-12-03T20:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: Paging Contd...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/paging-contd/m-p/2856718#M94883</link>
      <description>So what does this program do?&lt;BR /&gt;&lt;BR /&gt;Looks like it is using variable amounts of shared memory (shmem), and also variable amounts of memory.&lt;BR /&gt;&lt;BR /&gt;Just as I had expected, it is doing lots of malloc for both shared and normal memory and then freeing it when it is done.&lt;BR /&gt;&lt;BR /&gt;This is causing your page in and out as the program grows and shrinks, HPUX has to keep moving it around in memory.</description>
      <pubDate>Tue, 03 Dec 2002 21:19:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/paging-contd/m-p/2856718#M94883</guid>
      <dc:creator>John Bolene</dc:creator>
      <dc:date>2002-12-03T21:19:42Z</dc:date>
    </item>
  </channel>
</rss>

