<?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 the max  memory limit for 32-bit apps in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/the-max-memory-limit-for-32-bit-apps/m-p/3288989#M181739</link>
    <description>What is the max memory limit for 32-bit apps? People say it's 2G, but some say it's 3.75G. I have HP-UX 11.11, 64 bit OS. &lt;BR /&gt;&lt;BR /&gt;We have an application that keeps giving us a core dump when the memory usage hits 1946 Mb. And we can repeat this error many many times. &lt;BR /&gt;&lt;BR /&gt;And I believe I can change the maxdsiz kernel parameter to change this setting, correct?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Arnold</description>
    <pubDate>Thu, 27 May 2004 11:15:19 GMT</pubDate>
    <dc:creator>Arnold_14</dc:creator>
    <dc:date>2004-05-27T11:15:19Z</dc:date>
    <item>
      <title>the max  memory limit for 32-bit apps</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-max-memory-limit-for-32-bit-apps/m-p/3288989#M181739</link>
      <description>What is the max memory limit for 32-bit apps? People say it's 2G, but some say it's 3.75G. I have HP-UX 11.11, 64 bit OS. &lt;BR /&gt;&lt;BR /&gt;We have an application that keeps giving us a core dump when the memory usage hits 1946 Mb. And we can repeat this error many many times. &lt;BR /&gt;&lt;BR /&gt;And I believe I can change the maxdsiz kernel parameter to change this setting, correct?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Arnold</description>
      <pubDate>Thu, 27 May 2004 11:15:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-max-memory-limit-for-32-bit-apps/m-p/3288989#M181739</guid>
      <dc:creator>Arnold_14</dc:creator>
      <dc:date>2004-05-27T11:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: the max  memory limit for 32-bit apps</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-max-memory-limit-for-32-bit-apps/m-p/3288990#M181740</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;It is 3.75 GB only.It doesnt matter which is your OS.&lt;BR /&gt;&lt;BR /&gt;Siju Jose</description>
      <pubDate>Thu, 27 May 2004 11:19:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-max-memory-limit-for-32-bit-apps/m-p/3288990#M181740</guid>
      <dc:creator>SIJU JOSE</dc:creator>
      <dc:date>2004-05-27T11:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: the max  memory limit for 32-bit apps</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-max-memory-limit-for-32-bit-apps/m-p/3288991#M181741</link>
      <description>It depends.  If I recall correctly, a basic compile of a program will only allow you to use about 2GB.  There are certain options you can compile with, I can't recall them right now, that will allow you to use memory from all 4 quadrants in 32-bit programs.  That would give you about 3.75GB.&lt;BR /&gt;&lt;BR /&gt;However, you must remember that this amount is SHARE AMONG ALL 32-bit programs.  So if you have 1 program that is using 1.5GB, then that cuts down on the amount that other 32-bit programs can use.&lt;BR /&gt;&lt;BR /&gt;If it all possible you should recompile this app as a 64-bit app.  That all memory issues are effectively nullified.</description>
      <pubDate>Thu, 27 May 2004 11:35:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-max-memory-limit-for-32-bit-apps/m-p/3288991#M181741</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2004-05-27T11:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: the max  memory limit for 32-bit apps</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-max-memory-limit-for-32-bit-apps/m-p/3288992#M181742</link>
      <description>Depends on the flavor/chatr settings. The absolute limit for data is 3.8Gb. To get a chance at that you'd need to be running as EXEC_MAGIC (so text and data are shared) and the set Q3 and Q4 private using chatr.&lt;BR /&gt;&lt;BR /&gt;The default (SHARE_MAGIC) is 1Gb (shared with the stack), EXEC_MAGIC defaults you to 2Gb (text/data/stack share), SHMEM_MAGIC is 1Gb with 3Gb for shared objects.&lt;BR /&gt;</description>
      <pubDate>Thu, 27 May 2004 11:56:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-max-memory-limit-for-32-bit-apps/m-p/3288992#M181742</guid>
      <dc:creator>Don Morris_1</dc:creator>
      <dc:date>2004-05-27T11:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: the max  memory limit for 32-bit apps</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-max-memory-limit-for-32-bit-apps/m-p/3288993#M181743</link>
      <description>Arnold,&lt;BR /&gt;&lt;BR /&gt;A good white paper to read is on using Memory Windows for 11.0.  It applies also to 11i.  HP-UX (32-bit) divides the 4GB address space into four quadrants, which can be used in different ways.  This has some nice features and some drawbacks, but there are options combine some quadrants to get around the issues.  Memory windows helps further so that applications sharing data may be able to get around the 1.75GB limit.  Find it at:&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/hpux/onlinedocs/os/memwn1_4.pdf" target="_blank"&gt;http://www.docs.hp.com/hpux/onlinedocs/os/memwn1_4.pdf&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 28 May 2004 09:27:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-max-memory-limit-for-32-bit-apps/m-p/3288993#M181743</guid>
      <dc:creator>Ted Buis</dc:creator>
      <dc:date>2004-05-28T09:27:52Z</dc:date>
    </item>
  </channel>
</rss>

