<?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: pregions memory in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/pregions-memory/m-p/3534904#M842065</link>
    <description>A pregion is a part of memory of a process.  A process has the following pregions&lt;BR /&gt;&lt;BR /&gt;text&lt;BR /&gt;data&lt;BR /&gt;mmap - for memory mapped files&lt;BR /&gt;   they can be shared for shared libraries&lt;BR /&gt;   or private for files opened in memory mapped mode&lt;BR /&gt;Shared Memory&lt;BR /&gt;Stack - for process stack&lt;BR /&gt;user area- this is for each thread in the proces.&lt;BR /&gt;&lt;BR /&gt;The size of the text pregion is limited by the compilation type 32 vs 64 bit and the kernel paramter maxtsize or maxtsize64&lt;BR /&gt;&lt;BR /&gt;The size of the data pregion is again limited by the kernel parameters maxdsize or maxdsize64 &lt;BR /&gt;&lt;BR /&gt;The maxssize limits the stack and the shmmax limits the size of a single piece of shared memory that can be created.&lt;BR /&gt;&lt;BR /&gt;I hope this helps.</description>
    <pubDate>Sat, 30 Apr 2005 16:35:22 GMT</pubDate>
    <dc:creator>Emil Velez</dc:creator>
    <dc:date>2005-04-30T16:35:22Z</dc:date>
    <item>
      <title>pregions memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pregions-memory/m-p/3534900#M842061</link>
      <description>Does anyone knows if there is any limitation in the maximun number of allowed preregions . I have some processes which are using a real big amount of memory and I discover an error when I use the tool procsize&lt;BR /&gt;&lt;BR /&gt;Dartanan:/opt/software/hp-ux&amp;gt; ./procsize -p 14764                                &lt;BR /&gt;libp4 (6.93): Opening /stand/vmunix /dev/kmem&lt;BR /&gt;&lt;BR /&gt;Loading symbols from /stand/vmunix&lt;BR /&gt;regions set to 1000&lt;BR /&gt;hpux 11.11 64 bit in Wide mode&lt;BR /&gt;nproc=2068&lt;BR /&gt;  pid Comm             UAREA   TEXT   DATA  STACK  SHMEM     IO   MMAP    Total&lt;BR /&gt;14764 java           v  1248     16  12271    528      0      0 176794   190857&lt;BR /&gt;Dartanan:/opt/software/hp-ux&amp;gt; ./procsize -p 11976                                &lt;BR /&gt;libp4 (6.93): Opening /stand/vmunix /dev/kmem&lt;BR /&gt;&lt;BR /&gt;Loading symbols from /stand/vmunix&lt;BR /&gt;regions set to 1000&lt;BR /&gt;hpux 11.11 64 bit in Wide mode&lt;BR /&gt;nproc=2068&lt;BR /&gt;  pid Comm             UAREA   TEXT   DATA  STACK  SHMEM     IO   MMAP    Total&lt;BR /&gt;procsize (error) pid 11976 has more than 1000 pregions. Unable to process.</description>
      <pubDate>Fri, 29 Apr 2005 09:46:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pregions-memory/m-p/3534900#M842061</guid>
      <dc:creator>jpcast_real</dc:creator>
      <dc:date>2005-04-29T09:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: pregions memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pregions-memory/m-p/3534901#M842062</link>
      <description>this might be helpful in answering your questions:&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5965-4641/ch01s06.html" target="_blank"&gt;http://docs.hp.com/en/5965-4641/ch01s06.html&lt;/A&gt;</description>
      <pubDate>Fri, 29 Apr 2005 10:32:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pregions-memory/m-p/3534901#M842062</guid>
      <dc:creator>curt larson_1</dc:creator>
      <dc:date>2005-04-29T10:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: pregions memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pregions-memory/m-p/3534902#M842063</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;i guess procsize may be a hp support tool only, and maybe a new version fixes this limitation?&lt;BR /&gt;&lt;BR /&gt;-cyrille</description>
      <pubDate>Sat, 30 Apr 2005 04:29:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pregions-memory/m-p/3534902#M842063</guid>
      <dc:creator>MAUCCI_2</dc:creator>
      <dc:date>2005-04-30T04:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: pregions memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pregions-memory/m-p/3534903#M842064</link>
      <description>Try running procsize with -P option.&lt;BR /&gt;&lt;BR /&gt;-P #            Override the pregion limit (default 1000)</description>
      <pubDate>Sat, 30 Apr 2005 05:35:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pregions-memory/m-p/3534903#M842064</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2005-04-30T05:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: pregions memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pregions-memory/m-p/3534904#M842065</link>
      <description>A pregion is a part of memory of a process.  A process has the following pregions&lt;BR /&gt;&lt;BR /&gt;text&lt;BR /&gt;data&lt;BR /&gt;mmap - for memory mapped files&lt;BR /&gt;   they can be shared for shared libraries&lt;BR /&gt;   or private for files opened in memory mapped mode&lt;BR /&gt;Shared Memory&lt;BR /&gt;Stack - for process stack&lt;BR /&gt;user area- this is for each thread in the proces.&lt;BR /&gt;&lt;BR /&gt;The size of the text pregion is limited by the compilation type 32 vs 64 bit and the kernel paramter maxtsize or maxtsize64&lt;BR /&gt;&lt;BR /&gt;The size of the data pregion is again limited by the kernel parameters maxdsize or maxdsize64 &lt;BR /&gt;&lt;BR /&gt;The maxssize limits the stack and the shmmax limits the size of a single piece of shared memory that can be created.&lt;BR /&gt;&lt;BR /&gt;I hope this helps.</description>
      <pubDate>Sat, 30 Apr 2005 16:35:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pregions-memory/m-p/3534904#M842065</guid>
      <dc:creator>Emil Velez</dc:creator>
      <dc:date>2005-04-30T16:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: pregions memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pregions-memory/m-p/3534905#M842066</link>
      <description>And how can I know if the maxtsize , maxdsize and so on , has reached its limit....&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 05 May 2005 00:43:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pregions-memory/m-p/3534905#M842066</guid>
      <dc:creator>jpcast_real</dc:creator>
      <dc:date>2005-05-05T00:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: pregions memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pregions-memory/m-p/3534906#M842067</link>
      <description>Well,&lt;BR /&gt;&lt;BR /&gt;monitor the process with glance and go to process memory regions details...&lt;BR /&gt;&lt;BR /&gt;++Cyrille</description>
      <pubDate>Thu, 05 May 2005 06:38:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pregions-memory/m-p/3534906#M842067</guid>
      <dc:creator>MAUCCI_2</dc:creator>
      <dc:date>2005-05-05T06:38:42Z</dc:date>
    </item>
  </channel>
</rss>

