<?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: swapdevice does not appear to release - why ? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/swapdevice-does-not-appear-to-release-why/m-p/4970075#M417692</link>
    <description>In order to help determining which process(es) is forgetting to release memory, you can script something periodically using&lt;BR /&gt;&lt;BR /&gt; export UNIX95=1&lt;BR /&gt; ps -ef -o pid,pcpu,sz,vsz,stime,comm,args&lt;BR /&gt;&lt;BR /&gt;Notably check vsz evolution</description>
    <pubDate>Tue, 28 Mar 2006 06:18:53 GMT</pubDate>
    <dc:creator>Antonio Cardoso_1</dc:creator>
    <dc:date>2006-03-28T06:18:53Z</dc:date>
    <item>
      <title>swapdevice does not appear to release - why ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swapdevice-does-not-appear-to-release-why/m-p/4970073#M417690</link>
      <description>We still have a 10.20 box.&lt;BR /&gt;Going quite strong , very few incidents.&lt;BR /&gt;&lt;BR /&gt;Apart that the swapdevice sometimes&lt;BR /&gt;does not appear to release.&lt;BR /&gt;It stays at 10% and slowly goes up until &lt;BR /&gt;it reaches 100% and then it you get messages&lt;BR /&gt;like &lt;BR /&gt;/usr/lib/dld.sl: Call to mmap() failed -&lt;BR /&gt;/usr/lib/dld.sl: Not enough space&lt;BR /&gt;&lt;BR /&gt;This time it is not critical and may I through&lt;BR /&gt;some stats at you , for analysis ?&lt;BR /&gt;Vmstat end swapinfo output&lt;BR /&gt;For vmstat the device interrupts (in) and system calls (sy) are very high , is that normal ?&lt;BR /&gt;&lt;BR /&gt;[root@oradb1:]/root&amp;lt;&amp;gt;&amp;gt;&amp;gt; vmstat 5&lt;BR /&gt;         procs           memory                   page                              faults       cpu&lt;BR /&gt;    r     b     w      avm    free   re   at    pi   po    fr   de    sr     in     sy    cs  us sy id&lt;BR /&gt;    2     0     0    19236   41032   14    7     0    0     0    0     0   1051    427   174  28  6 67&lt;BR /&gt;    0     0     0    20743   41002    8    0     1    0     0    0     0   1594   5541  1269  10  5 85&lt;BR /&gt;    1     0     0    21229   41002    0    0     1    0     0    0     0   2827  10222  2761  18 10 72&lt;BR /&gt;    1     0     0    21864   40986    0    0     0    0     0    0     0   3044  11218  3014  17 10 73&lt;BR /&gt;    0     1     0    21419   40970    5    0     0    0     0    0     0   3050  11088  2791  18  7 74&lt;BR /&gt;    0     1     0    21384   40970    0    0     0    0     0    0     0   2840  10026  2455  20  8 72&lt;BR /&gt;    2     0     0    57550   40893   16    0     0    0     0    0     0   2122   8215  1662  17  5 78&lt;BR /&gt;    1     0     0    56440   40966   20    0     0    0     0    0     0   1917   6346  1405  11  4 85&lt;BR /&gt;[root@oradb1:]/root&amp;lt;&amp;gt;&amp;gt;&amp;gt; swapinfo&lt;BR /&gt;             Kb      Kb      Kb   PCT  START/      Kb&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev      524288   63288  461000   12%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;dev     2048000   62368 1985632    3%       0       -    1  /dev/vg00/lvol9&lt;BR /&gt;reserve       -  524848 -524848&lt;BR /&gt;memory   778036  349388  428648   45%&lt;BR /&gt;[root@oradb1:]/root&amp;lt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Mar 2006 05:26:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swapdevice-does-not-appear-to-release-why/m-p/4970073#M417690</guid>
      <dc:creator>Frank de Vries</dc:creator>
      <dc:date>2006-03-28T05:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: swapdevice does not appear to release - why ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swapdevice-does-not-appear-to-release-why/m-p/4970074#M417691</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It seems to me, you have a problem with memory leak in one of your applications. &lt;BR /&gt;The message you recieve means that mmap - an operation for memory request ( mmap - map pages of memory) completed unsuccessfully. You can try to resolve the problem by updating the kernel (increasing of shmmax and shmmni)&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Tue, 28 Mar 2006 05:38:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swapdevice-does-not-appear-to-release-why/m-p/4970074#M417691</guid>
      <dc:creator>Victor Fridyev</dc:creator>
      <dc:date>2006-03-28T05:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: swapdevice does not appear to release - why ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swapdevice-does-not-appear-to-release-why/m-p/4970075#M417692</link>
      <description>In order to help determining which process(es) is forgetting to release memory, you can script something periodically using&lt;BR /&gt;&lt;BR /&gt; export UNIX95=1&lt;BR /&gt; ps -ef -o pid,pcpu,sz,vsz,stime,comm,args&lt;BR /&gt;&lt;BR /&gt;Notably check vsz evolution</description>
      <pubDate>Tue, 28 Mar 2006 06:18:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swapdevice-does-not-appear-to-release-why/m-p/4970075#M417692</guid>
      <dc:creator>Antonio Cardoso_1</dc:creator>
      <dc:date>2006-03-28T06:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: swapdevice does not appear to release - why ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swapdevice-does-not-appear-to-release-why/m-p/4970076#M417693</link>
      <description>Thanks I was able to find the donkey process&lt;BR /&gt;with the UNIX95 kipper.&lt;BR /&gt;Good advice, need more of that.&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Mar 2006 07:57:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swapdevice-does-not-appear-to-release-why/m-p/4970076#M417693</guid>
      <dc:creator>Frank de Vries</dc:creator>
      <dc:date>2006-03-28T07:57:38Z</dc:date>
    </item>
  </channel>
</rss>

