<?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: Another question about Global Pages in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/another-question-about-global-pages/m-p/4919585#M70326</link>
    <description>Jack,&lt;BR /&gt;&lt;BR /&gt;global pages are an OpenVMS memory management construct to allow several processes to share parts of their virtual address space.&lt;BR /&gt;&lt;BR /&gt;If a process references a global page, which is not yet in physical memory, it has to be loaded into memory from it's backing store (global page fault). If another process then accesses the same global page, it just has to be made valid in his workingset (global valid fault). Using global pages saves physical memory and pagefault IOs.&lt;BR /&gt;&lt;BR /&gt;Note that there could also be global pages physically locked into memory (memory resident global sections - see the SYSMAN RESERVED_MEMORY commands or the $CRMPSC_GDZRO_64 system service).&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
    <pubDate>Sun, 21 Aug 2005 04:00:58 GMT</pubDate>
    <dc:creator>Volker Halle</dc:creator>
    <dc:date>2005-08-21T04:00:58Z</dc:date>
    <item>
      <title>Another question about Global Pages</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/another-question-about-global-pages/m-p/4919582#M70323</link>
      <description>VMS V7.3-2 (w/most patches)&lt;BR /&gt;GS1280&lt;BR /&gt;&lt;BR /&gt;Fact #1:&lt;BR /&gt;========&lt;BR /&gt;&lt;BR /&gt;$ install list/glo/sum&lt;BR /&gt; &lt;BR /&gt;        Galaxy Group Global Sections&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;    1298 Global Sections Used,  36254432/255685040 Global Pagelets Used/Unused&lt;BR /&gt;&lt;BR /&gt;Fact #2:&lt;BR /&gt;========&lt;BR /&gt;&lt;BR /&gt;sho mem/phy&lt;BR /&gt;              System Memory Resources on 19-AUG-2005 09:31:31.96&lt;BR /&gt;&lt;BR /&gt;Physical Memory Usage (pages):     Total        Free      In Use    Modified&lt;BR /&gt;  Main Memory (64.00GB)          8388608     2402302     5649259      337047&lt;BR /&gt;&lt;BR /&gt;What gives?&lt;BR /&gt;===========&lt;BR /&gt;From Fact #1:&lt;BR /&gt;- 36254432 pagelets used = about 18GB mem&lt;BR /&gt;(very reasonable)&lt;BR /&gt;&lt;BR /&gt;- 255685040 pagelets free = about 128GB mem,&lt;BR /&gt;yet Fact #2 shows we only have 64GB total!&lt;BR /&gt;&lt;BR /&gt;Can someone explain this to me?  Thanks.</description>
      <pubDate>Fri, 19 Aug 2005 11:36:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/another-question-about-global-pages/m-p/4919582#M70323</guid>
      <dc:creator>Jack Trachtman</dc:creator>
      <dc:date>2005-08-19T11:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Another question about Global Pages</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/another-question-about-global-pages/m-p/4919583#M70324</link>
      <description>Jack,&lt;BR /&gt;&lt;BR /&gt;the 'V' in VMS stands for 'Virtual' Memory System.&lt;BR /&gt;&lt;BR /&gt;Global Pages can be paged and don't need to occupy physical pages.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Fri, 19 Aug 2005 11:44:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/another-question-about-global-pages/m-p/4919583#M70324</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2005-08-19T11:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: Another question about Global Pages</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/another-question-about-global-pages/m-p/4919584#M70325</link>
      <description>Jack,&lt;BR /&gt;use sh mem command as follow&lt;BR /&gt;$ SHOW MEM/UNIT=BYTE/PHYS !Physical pages&lt;BR /&gt;$ SHOW MEM/UNIT=BYTE/FILES !Virtual mem&lt;BR /&gt;I guess you can understand why you virtual memory is greater than physical memory.&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
      <pubDate>Sun, 21 Aug 2005 03:09:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/another-question-about-global-pages/m-p/4919584#M70325</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2005-08-21T03:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: Another question about Global Pages</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/another-question-about-global-pages/m-p/4919585#M70326</link>
      <description>Jack,&lt;BR /&gt;&lt;BR /&gt;global pages are an OpenVMS memory management construct to allow several processes to share parts of their virtual address space.&lt;BR /&gt;&lt;BR /&gt;If a process references a global page, which is not yet in physical memory, it has to be loaded into memory from it's backing store (global page fault). If another process then accesses the same global page, it just has to be made valid in his workingset (global valid fault). Using global pages saves physical memory and pagefault IOs.&lt;BR /&gt;&lt;BR /&gt;Note that there could also be global pages physically locked into memory (memory resident global sections - see the SYSMAN RESERVED_MEMORY commands or the $CRMPSC_GDZRO_64 system service).&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Sun, 21 Aug 2005 04:00:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/another-question-about-global-pages/m-p/4919585#M70326</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2005-08-21T04:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: Another question about Global Pages</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/another-question-about-global-pages/m-p/4919586#M70327</link>
      <description>Jack,&lt;BR /&gt;&lt;BR /&gt;Process private and global pages are essentially differ in scope, not concept. Process private pages are private to an individual process, global pages are available to multiple processes. These differing classes of pages appear in different areas of your process' address space (see the "OpenVMS Programming Concepts Manual", available in PDF and HTML from the OpenVMS www site at &lt;A href="http://www.hp.com/go/openvms;" target="_blank"&gt;http://www.hp.com/go/openvms;&lt;/A&gt; there is also a good description of the issues surrounding global sections in various chapters of the Internals and Data Structures books -- the general concepts have not changed extensively in a VERY long time).&lt;BR /&gt;&lt;BR /&gt;With either process-private or global pages, you can (and I can argue, should) have more virtual memory than real memory in most cases. This is the reason for the advent of virtual memory about 40 years ago. In short, much of the program and data used by a program is not used often, if ever. Before the advent of virtual memory, and on machines not supporting virtual memory, program controlled overlaying (of code and data) was used to fit applications into machines. It was a grueling process. Virtual memory removes that laborious process to the operating system. When information is needed, it is paged in. When information has not been used for an extended time, the "page" containing the information (if it is writeable) is written to the temporary backing store (aka, the page file) and the memory is recycled. Generally speaking, this is an efficient process, and not a problem. When paging becomes excessive, this leads to a performance problem referred to as "thrashing". There is a wealth of pre-VMS literature on the issues surrounding paging, in journals such as those published by the ACM (&lt;A href="http://www.acm.org)" target="_blank"&gt;www.acm.org)&lt;/A&gt; and IEEE (&lt;A href="http://www.ieee.org)." target="_blank"&gt;www.ieee.org).&lt;/A&gt; There are also some classic books covering the origins of paging, including that by Bell and Sieworiek (my apologies to Dan Sieworiek if I have mis-spelled his name, I don't have the book handy).&lt;BR /&gt;&lt;BR /&gt;The amount of virtual memory to real memory is referred to (appropriately enough) the virtual to real ratio. The suitability of a specific virtual to real ratio is workload dependant. 2:1 is not a particularly high ratio for a timesharing workload. &lt;BR /&gt;&lt;BR /&gt;My apologies for the long post, I hope that the background is useful.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Sun, 21 Aug 2005 05:15:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/another-question-about-global-pages/m-p/4919586#M70327</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2005-08-21T05:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Another question about Global Pages</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/another-question-about-global-pages/m-p/4919587#M70328</link>
      <description>Jack,&lt;BR /&gt;&lt;BR /&gt;You are not the first one that is supprised.&lt;BR /&gt;Check &lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=855313" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=855313&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Mon, 22 Aug 2005 02:16:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/another-question-about-global-pages/m-p/4919587#M70328</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-08-22T02:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: Another question about Global Pages</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/another-question-about-global-pages/m-p/4919588#M70329</link>
      <description>Thanks for the clarification.&lt;BR /&gt;&lt;BR /&gt;Years back I just presumed that the output from the INSTALL LIST cmd was refering to physical pages.  Now I know better!</description>
      <pubDate>Mon, 22 Aug 2005 15:58:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/another-question-about-global-pages/m-p/4919588#M70329</guid>
      <dc:creator>Jack Trachtman</dc:creator>
      <dc:date>2005-08-22T15:58:23Z</dc:date>
    </item>
  </channel>
</rss>

