<?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: Shared memory segment that has size greater than size of phisycal memory of the machine in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-segment-that-has-size-greater-than-size-of/m-p/4708510#M659685</link>
    <description>Hi,&lt;BR /&gt;The maximum size of the shared memory segment is controlled by the kernel parameter: shmmax. I think it is possible to create shared memory segment that the size is bigger then physical memory (this should be related to total virtual memory). You can see the physical RAM size with the command:&lt;BR /&gt;# machinfo&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
    <pubDate>Wed, 03 Nov 2010 08:11:52 GMT</pubDate>
    <dc:creator>Turgay Cavdar</dc:creator>
    <dc:date>2010-11-03T08:11:52Z</dc:date>
    <item>
      <title>Shared memory segment that has size greater than size of phisycal memory of the machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-segment-that-has-size-greater-than-size-of/m-p/4708509#M659684</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;HP-UX ia64 v2 &lt;BR /&gt;HP-UX ia64 v3&lt;BR /&gt;&lt;BR /&gt;int shmget(key_t key, size_t size, int shmflg);&lt;BR /&gt;&lt;BR /&gt;Is it possible to create shared memory segment that has size greater than size of phisycal memory of the machine?&lt;BR /&gt;&lt;BR /&gt;P.S. How to know size of phisycal memory of the machine?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Nov 2010 07:51:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-segment-that-has-size-greater-than-size-of/m-p/4708509#M659684</guid>
      <dc:creator>Alex Vinokur</dc:creator>
      <dc:date>2010-11-03T07:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: Shared memory segment that has size greater than size of phisycal memory of the machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-segment-that-has-size-greater-than-size-of/m-p/4708510#M659685</link>
      <description>Hi,&lt;BR /&gt;The maximum size of the shared memory segment is controlled by the kernel parameter: shmmax. I think it is possible to create shared memory segment that the size is bigger then physical memory (this should be related to total virtual memory). You can see the physical RAM size with the command:&lt;BR /&gt;# machinfo&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Wed, 03 Nov 2010 08:11:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-segment-that-has-size-greater-than-size-of/m-p/4708510#M659685</guid>
      <dc:creator>Turgay Cavdar</dc:creator>
      <dc:date>2010-11-03T08:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: Shared memory segment that has size greater than size of phisycal memory of the machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-segment-that-has-size-greater-than-size-of/m-p/4708511#M659686</link>
      <description>&amp;gt;Is it possible to create shared memory segment that has size greater than size of physical memory of the machine?&lt;BR /&gt;&lt;BR /&gt;Sure, that's why they call it virtual memory.&lt;BR /&gt;If very much bigger, you'll do lots of swapping.</description>
      <pubDate>Wed, 03 Nov 2010 09:44:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-segment-that-has-size-greater-than-size-of/m-p/4708511#M659686</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-11-03T09:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: Shared memory segment that has size greater than size of phisycal memory of the machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-segment-that-has-size-greater-than-size-of/m-p/4708512#M659687</link>
      <description>Dennis &amp;amp; Turgay, a lot of thanks.</description>
      <pubDate>Wed, 03 Nov 2010 11:10:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-segment-that-has-size-greater-than-size-of/m-p/4708512#M659687</guid>
      <dc:creator>Alex Vinokur</dc:creator>
      <dc:date>2010-11-03T11:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Shared memory segment that has size greater than size of phisycal memory of the machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-segment-that-has-size-greater-than-size-of/m-p/4708513#M659688</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Yes, but you would be better advised to add more memory if your requirements are as you state.&lt;BR /&gt;&lt;BR /&gt;You can ascertain the physical machine memory with:&lt;BR /&gt;&lt;BR /&gt;# machinfo&lt;BR /&gt;&lt;BR /&gt;...or for 11iv2, examine:&lt;BR /&gt;&lt;BR /&gt;# dmesg&lt;BR /&gt;&lt;BR /&gt;...or:&lt;BR /&gt;&lt;BR /&gt;# echo "selclass qualifier memory;info;wait;infolog"|cstm &amp;gt; /tmp/meminfo&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;....JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Nov 2010 11:26:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-segment-that-has-size-greater-than-size-of/m-p/4708513#M659688</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-11-03T11:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Shared memory segment that has size greater than size of phisycal memory of the machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-segment-that-has-size-greater-than-size-of/m-p/4708514#M659689</link>
      <description>James, thank you.</description>
      <pubDate>Wed, 03 Nov 2010 13:22:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-segment-that-has-size-greater-than-size-of/m-p/4708514#M659689</guid>
      <dc:creator>Alex Vinokur</dc:creator>
      <dc:date>2010-11-03T13:22:20Z</dc:date>
    </item>
  </channel>
</rss>

