<?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: java.lang.OutOfMemoryError: requested 32744 bytes for ChunkPool::allocate. Out of swap space? in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/java-lang-outofmemoryerror-requested-32744-bytes-for-chunkpool/m-p/4647250#M40153</link>
    <description>Hi Vince,&lt;BR /&gt;&lt;BR /&gt;The Java HotSpot VM cannot expand its heap size if memory is completely&lt;BR /&gt;allocated and no swap space is available. This can occur, for example, when&lt;BR /&gt;several applications are running simultaneously.&lt;BR /&gt;When this happens, the VM will exit after printing the following -&lt;BR /&gt;Exception java.lang.OutOfMemoryError: requested &lt;SIZE&gt; bytes.&lt;BR /&gt;Out of swap space?&lt;BR /&gt;&lt;BR /&gt;If you see this symptom, consider increasing the available swap space by&lt;BR /&gt;allocating more of your disk for virtual memory and/or by limiting the number&lt;BR /&gt;of applications you run simultaneously.&lt;BR /&gt;&lt;BR /&gt;For more details, Refer &lt;BR /&gt;&lt;A href="http://java.sun.com/j2se/1.5.0/relnotes.html" target="_blank"&gt;http://java.sun.com/j2se/1.5.0/relnotes.html&lt;/A&gt;&lt;BR /&gt;-&amp;gt; Section "HotSpot VMs"&lt;BR /&gt;&lt;BR /&gt;HPjtune is a Java Garbage Collection (GC) visualization tool for analyzing&lt;BR /&gt;garbage collection activity in a Java program. This is for HP-UX OS.&lt;BR /&gt;For more information -&lt;BR /&gt;&lt;A href="https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPJTUNE" target="_blank"&gt;https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPJTUNE&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;May be there is some program out there which is eating up a lot of heap space&lt;BR /&gt;causing it to get exhausted.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Murali&lt;/SIZE&gt;</description>
    <pubDate>Mon, 14 Jun 2010 14:26:40 GMT</pubDate>
    <dc:creator>P Muralidhar Kini</dc:creator>
    <dc:date>2010-06-14T14:26:40Z</dc:date>
    <item>
      <title>java.lang.OutOfMemoryError: requested 32744 bytes for ChunkPool::allocate. Out of swap space?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/java-lang-outofmemoryerror-requested-32744-bytes-for-chunkpool/m-p/4647249#M40152</link>
      <description>I am getting the following error:&lt;BR /&gt;&lt;BR /&gt;java.lang.OutOfMemoryError: requested 32744 bytes for ChunkPool::allocate. Out of swap space?&lt;BR /&gt;Possible causes:&lt;BR /&gt;    - not enough swap space left, or&lt;BR /&gt;    - kernel parameter MAXDSIZ is very small.&lt;BR /&gt;&lt;BR /&gt;My environment is:&lt;BR /&gt;Java version:  6.0-011&lt;BR /&gt;Operating System:  OpenVMS 8.3&lt;BR /&gt;java version "6.0"&lt;BR /&gt;Java(TM) SE Runtime Environment&lt;BR /&gt;Java HotSpot(TM) 64-Bit Server VM (build 1.6.0-1 06/25/2009-12:58 IA64 (c2)W, mixed mode)&lt;BR /&gt;&lt;BR /&gt;I have read a lot of links regarding the use of hpjtune.  Is it also available for OpenVMS?&lt;BR /&gt;&lt;BR /&gt;Do I have to use JMX to obtain the same results?&lt;BR /&gt;Thanks.&lt;BR /&gt;Vince</description>
      <pubDate>Mon, 14 Jun 2010 13:14:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/java-lang-outofmemoryerror-requested-32744-bytes-for-chunkpool/m-p/4647249#M40152</guid>
      <dc:creator>Vince M. Kostoff</dc:creator>
      <dc:date>2010-06-14T13:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.OutOfMemoryError: requested 32744 bytes for ChunkPool::allocate. Out of swap space?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/java-lang-outofmemoryerror-requested-32744-bytes-for-chunkpool/m-p/4647250#M40153</link>
      <description>Hi Vince,&lt;BR /&gt;&lt;BR /&gt;The Java HotSpot VM cannot expand its heap size if memory is completely&lt;BR /&gt;allocated and no swap space is available. This can occur, for example, when&lt;BR /&gt;several applications are running simultaneously.&lt;BR /&gt;When this happens, the VM will exit after printing the following -&lt;BR /&gt;Exception java.lang.OutOfMemoryError: requested &lt;SIZE&gt; bytes.&lt;BR /&gt;Out of swap space?&lt;BR /&gt;&lt;BR /&gt;If you see this symptom, consider increasing the available swap space by&lt;BR /&gt;allocating more of your disk for virtual memory and/or by limiting the number&lt;BR /&gt;of applications you run simultaneously.&lt;BR /&gt;&lt;BR /&gt;For more details, Refer &lt;BR /&gt;&lt;A href="http://java.sun.com/j2se/1.5.0/relnotes.html" target="_blank"&gt;http://java.sun.com/j2se/1.5.0/relnotes.html&lt;/A&gt;&lt;BR /&gt;-&amp;gt; Section "HotSpot VMs"&lt;BR /&gt;&lt;BR /&gt;HPjtune is a Java Garbage Collection (GC) visualization tool for analyzing&lt;BR /&gt;garbage collection activity in a Java program. This is for HP-UX OS.&lt;BR /&gt;For more information -&lt;BR /&gt;&lt;A href="https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPJTUNE" target="_blank"&gt;https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPJTUNE&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;May be there is some program out there which is eating up a lot of heap space&lt;BR /&gt;causing it to get exhausted.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Murali&lt;/SIZE&gt;</description>
      <pubDate>Mon, 14 Jun 2010 14:26:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/java-lang-outofmemoryerror-requested-32744-bytes-for-chunkpool/m-p/4647250#M40153</guid>
      <dc:creator>P Muralidhar Kini</dc:creator>
      <dc:date>2010-06-14T14:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.OutOfMemoryError: requested 32744 bytes for ChunkPool::allocate. Out of swap space?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/java-lang-outofmemoryerror-requested-32744-bytes-for-chunkpool/m-p/4647251#M40154</link>
      <description>I know nothing about Java6 on VMS, but I think the message is at least misleading:&lt;BR /&gt;expanding process virtual memory has nothing to do with system swap- or paging-file, and there is no such thing as "kernel MAXDSIZ", all sounds like Unix.&lt;BR /&gt;&lt;BR /&gt;Process virtual memory on VMS is determined by the UAF parameter PGFLQUO: use AUTHORIZE to show the users parameters, increase PGFLQUO to see if resolves the problem.</description>
      <pubDate>Mon, 14 Jun 2010 19:17:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/java-lang-outofmemoryerror-requested-32744-bytes-for-chunkpool/m-p/4647251#M40154</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2010-06-14T19:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.OutOfMemoryError: requested 32744 bytes for ChunkPool::allocate. Out of swap space?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/java-lang-outofmemoryerror-requested-32744-bytes-for-chunkpool/m-p/4647252#M40155</link>
      <description>Hi Vince,&lt;BR /&gt;&lt;BR /&gt;This might be due to a memory leak in the application. &lt;BR /&gt;I believe you get this after the application runs for long.Try using this VM arguments while running the application.&lt;BR /&gt;-XX:+HeapDumpOnOutOfMemoryError&lt;BR /&gt;The dump file that is generated can be analyzed by using Eclipse MAT (I usually do that). For that you need to copy the dump file to windows and install Eclipse MAT.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rishi&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Jun 2010 02:23:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/java-lang-outofmemoryerror-requested-32744-bytes-for-chunkpool/m-p/4647252#M40155</guid>
      <dc:creator>Rishi Singhal</dc:creator>
      <dc:date>2010-06-15T02:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.OutOfMemoryError: requested 32744 bytes for ChunkPool::allocate. Out of swap space?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/java-lang-outofmemoryerror-requested-32744-bytes-for-chunkpool/m-p/4647253#M40156</link>
      <description>&amp;gt;Rishi: This might be due to a memory leak in the application.&lt;BR /&gt;&lt;BR /&gt;Shouldn't java garbage collection take care of that?</description>
      <pubDate>Sun, 20 Jun 2010 00:31:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/java-lang-outofmemoryerror-requested-32744-bytes-for-chunkpool/m-p/4647253#M40156</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-06-20T00:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.OutOfMemoryError: requested 32744 bytes for ChunkPool::allocate. Out of swap space?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/java-lang-outofmemoryerror-requested-32744-bytes-for-chunkpool/m-p/4647254#M40157</link>
      <description>Hi Dennis,&lt;BR /&gt;&lt;BR /&gt;Memory leak (a misnomer for java) in java mostly occurs when the application keeps on allocating VM but never returns back to the pool. &lt;BR /&gt;GC runs on an object only when it is not referenced but due to error in programming it might happen that an object is not dereferenced and always stays in memory. This then becomes a cause of memory leak and if an application is running for long similar objects cause the heap memory to be exhaused unallowing any further memory allocation causing outofmemory.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Chk this&lt;BR /&gt;&lt;A href="http://java.sun.com/javase/6/webnotes/trouble/TSG-VM/html/memleaks.html" target="_blank"&gt;http://java.sun.com/javase/6/webnotes/trouble/TSG-VM/html/memleaks.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.eclipse.org/mat/" target="_blank"&gt;http://www.eclipse.org/mat/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rishi</description>
      <pubDate>Sun, 20 Jun 2010 04:33:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/java-lang-outofmemoryerror-requested-32744-bytes-for-chunkpool/m-p/4647254#M40157</guid>
      <dc:creator>Rishi Singhal</dc:creator>
      <dc:date>2010-06-20T04:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.OutOfMemoryError: requested 32744 bytes for ChunkPool::allocate. Out of swap space?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/java-lang-outofmemoryerror-requested-32744-bytes-for-chunkpool/m-p/4647255#M40158</link>
      <description>Thanks for all input.  Investigating application type issues at this time.  No specific resolution yet.  Was able to use JConsole, but it did not provide enough details.</description>
      <pubDate>Wed, 07 Jul 2010 12:02:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/java-lang-outofmemoryerror-requested-32744-bytes-for-chunkpool/m-p/4647255#M40158</guid>
      <dc:creator>Vince M. Kostoff</dc:creator>
      <dc:date>2010-07-07T12:02:45Z</dc:date>
    </item>
  </channel>
</rss>

