<?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: Non Paged Dynamic Memory in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/non-paged-dynamic-memory/m-p/3160263#M61570</link>
    <description>Wim,&lt;BR /&gt;&lt;BR /&gt;  I'm sure this is an issue of granularity. The size of the largest free packet is too small to be non-zero when expressed in Mb to 2 decimal places! This is probably nothing to get alarmed about, though it does indicate a fair amount of fragmentation, relative to your free space.&lt;BR /&gt;&lt;BR /&gt;  There are lots of ways of looking at PAGEDYN and NPAGEDYN in detail, including SHOW MEMORY and SDA.&lt;BR /&gt;&lt;BR /&gt;  On V7.3-2 systems, and V7.3-1 systems with recent ECOs there are (as yet undocumented) items for F$GETSYI which return memory statistics:&lt;BR /&gt;&lt;BR /&gt;  F$GETSYI("NPAGED_TOTAL")&lt;BR /&gt;  F$GETSYI("NPAGED_INUSE")&lt;BR /&gt;  F$GETSYI("NPAGED_FREE")&lt;BR /&gt;  F$GETSYI("NPAGED_LARGEST")&lt;BR /&gt;&lt;BR /&gt;and the same with prefix "PAGED_". The units are always bytes regardless of the process UNITS setting.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sun, 11 Jan 2004 15:55:02 GMT</pubDate>
    <dc:creator>John Gillings</dc:creator>
    <dc:date>2004-01-11T15:55:02Z</dc:date>
    <item>
      <title>Non Paged Dynamic Memory</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/non-paged-dynamic-memory/m-p/3160258#M61565</link>
      <description>I have a VMS 7.3 system on which I found that&lt;BR /&gt;the largest free block is 0. But I don't find this info when doing /full. Why ?&lt;BR /&gt;&lt;BR /&gt;ARBZY/MGRWVW&amp;gt;sh mem/pool&lt;BR /&gt;&lt;BR /&gt;Dynamic Memory Usage:              Total        Free      In Use     Largest&lt;BR /&gt;  Nonpaged Dynamic Memory (Mb)      6.12        3.61        2.50        0.00&lt;BR /&gt; &lt;BR /&gt;ARBZY/MGRWVW&amp;gt;sh mem/pool/fu&lt;BR /&gt;              System Memory Resources on  9-JAN-2004 09:15:51.45&lt;BR /&gt;&lt;BR /&gt;Nonpaged Dynamic Memory      (Lists + Variable)&lt;BR /&gt;  Current Size (Mb)                 6.12   Current Size (Pagelets)     12544&lt;BR /&gt;  Initial Size (Mb)                 4.60   Initial Size (Pagelets)      9424&lt;BR /&gt;  Maximum Size (Mb)                26.78   Maximum Size (Pagelets)     54864&lt;BR /&gt;  Free Space (Mb)                   3.61   Space in Use (Mb)            2.50&lt;BR /&gt;  Largest Var Block (Kb)            4.56   Smallest Var Block (bytes)     64&lt;BR /&gt;  Number of Free Blocks             7382   Free Blocks LEQU 64 bytes      86&lt;BR /&gt;  Free Blocks on Lookasides         4141   Lookaside Space (Mb)         1.16&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Jan 2004 03:22:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/non-paged-dynamic-memory/m-p/3160258#M61565</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-01-09T03:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Non Paged Dynamic Memory</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/non-paged-dynamic-memory/m-p/3160259#M61566</link>
      <description>If you want some details about memory, you shoud do&lt;BR /&gt;$ ana/sys&lt;BR /&gt;clue memory&lt;BR /&gt;&lt;BR /&gt;you have some qualifiers&lt;BR /&gt;clue memory/layout&lt;BR /&gt;clue memory/lookaside&lt;BR /&gt;etc&lt;BR /&gt;&lt;BR /&gt;And you should check if you have had some pool expansion failures, with&lt;BR /&gt;$ mc agen$feedback&lt;BR /&gt;(this creates a new file sys$system:agen$feedback.dat)&lt;BR /&gt;$ search sys$system:agen$feedback.dat fail&lt;BR /&gt;&lt;BR /&gt;look at the npagedyn_allocafail&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;Gerard&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Jan 2004 03:30:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/non-paged-dynamic-memory/m-p/3160259#M61566</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2004-01-09T03:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Non Paged Dynamic Memory</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/non-paged-dynamic-memory/m-p/3160260#M61567</link>
      <description>sorry tyhere is a typo, it is &lt;BR /&gt;npagedyn_allocfail</description>
      <pubDate>Fri, 09 Jan 2004 05:43:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/non-paged-dynamic-memory/m-p/3160260#M61567</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2004-01-09T05:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Non Paged Dynamic Memory</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/non-paged-dynamic-memory/m-p/3160261#M61568</link>
      <description>laba&lt;BR /&gt;&lt;BR /&gt;Thanks. I made a mistake. I didn't convert the units. 4.56 KB is 0.00 MB.</description>
      <pubDate>Fri, 09 Jan 2004 05:48:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/non-paged-dynamic-memory/m-p/3160261#M61568</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-01-09T05:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: Non Paged Dynamic Memory</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/non-paged-dynamic-memory/m-p/3160262#M61569</link>
      <description>ANAL/SYS&lt;BR /&gt;SDA&amp;gt; SHOW POOL/SUM&lt;BR /&gt;&lt;BR /&gt;Will display the types of structures and what is using them. On my systems its typically LKB lock structures using most due to lots of locks.</description>
      <pubDate>Fri, 09 Jan 2004 13:22:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/non-paged-dynamic-memory/m-p/3160262#M61569</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-01-09T13:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: Non Paged Dynamic Memory</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/non-paged-dynamic-memory/m-p/3160263#M61570</link>
      <description>Wim,&lt;BR /&gt;&lt;BR /&gt;  I'm sure this is an issue of granularity. The size of the largest free packet is too small to be non-zero when expressed in Mb to 2 decimal places! This is probably nothing to get alarmed about, though it does indicate a fair amount of fragmentation, relative to your free space.&lt;BR /&gt;&lt;BR /&gt;  There are lots of ways of looking at PAGEDYN and NPAGEDYN in detail, including SHOW MEMORY and SDA.&lt;BR /&gt;&lt;BR /&gt;  On V7.3-2 systems, and V7.3-1 systems with recent ECOs there are (as yet undocumented) items for F$GETSYI which return memory statistics:&lt;BR /&gt;&lt;BR /&gt;  F$GETSYI("NPAGED_TOTAL")&lt;BR /&gt;  F$GETSYI("NPAGED_INUSE")&lt;BR /&gt;  F$GETSYI("NPAGED_FREE")&lt;BR /&gt;  F$GETSYI("NPAGED_LARGEST")&lt;BR /&gt;&lt;BR /&gt;and the same with prefix "PAGED_". The units are always bytes regardless of the process UNITS setting.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 11 Jan 2004 15:55:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/non-paged-dynamic-memory/m-p/3160263#M61570</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2004-01-11T15:55:02Z</dc:date>
    </item>
  </channel>
</rss>

