<?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: Increasing HEAP size for a Java process vs. kernel parameters in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-heap-size-for-a-java-process-vs-kernel-parameters/m-p/4317306#M480225</link>
    <description>With the caveat that this only affects new processes (ones already running keep the limit from the time they started... otherwise you'd have to potentially go kill folks when the limit was lowered and other messy things).&lt;BR /&gt;&lt;BR /&gt;Technically you should look at the Total line, Free column of "swapinfo -atm"... The Java heap will need swap reservation to be created, so your total swap comes into play. Hence you may need to care about maxswapchunks (only on 11.0 or 11.11, obsolete on later releases), swchunk and swapmem_on (obsolete on 11.31) since those can affect configured swap space. Most likely there's still plenty of swap space, though... just check to be sure.</description>
    <pubDate>Wed, 03 Dec 2008 18:52:41 GMT</pubDate>
    <dc:creator>Don Morris_1</dc:creator>
    <dc:date>2008-12-03T18:52:41Z</dc:date>
    <item>
      <title>Increasing HEAP size for a Java process vs. kernel parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-heap-size-for-a-java-process-vs-kernel-parameters/m-p/4317303#M480222</link>
      <description>Hello all,&lt;BR /&gt;due to increasing memory dempands of our Java application, we plan to increase its heap size from 4GB to 5GB (changing "-Xmx4096 -Xmx&lt;BR /&gt;4096 to -Xmx5120). What kernel parameters could restrict full utilisation of the increase? I am aware of:&lt;BR /&gt;&lt;BR /&gt;maxdsiz&lt;BR /&gt;maxdsiz_64bit&lt;BR /&gt;maxssiz&lt;BR /&gt;maxssiz_64bit&lt;BR /&gt;maxtsiz&lt;BR /&gt;maxtsiz_64bit&lt;BR /&gt;&lt;BR /&gt;I am not sure if:&lt;BR /&gt;&lt;BR /&gt;maxfiles&lt;BR /&gt;maxfiles_lim&lt;BR /&gt;maxswapchunks&lt;BR /&gt;maxuprc&lt;BR /&gt;nbuf&lt;BR /&gt;nfile&lt;BR /&gt;swchunk&lt;BR /&gt;nproc&lt;BR /&gt;npty&lt;BR /&gt;&lt;BR /&gt;could also have an impact or not. Please, what parameters should be checked for the increasing of java heap size? Thanks in advance for a feedback.</description>
      <pubDate>Wed, 03 Dec 2008 15:41:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-heap-size-for-a-java-process-vs-kernel-parameters/m-p/4317303#M480222</guid>
      <dc:creator>Pavel Moravec</dc:creator>
      <dc:date>2008-12-03T15:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing HEAP size for a Java process vs. kernel parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-heap-size-for-a-java-process-vs-kernel-parameters/m-p/4317304#M480223</link>
      <description>Hi Pavel:&lt;BR /&gt;&lt;BR /&gt;The data or heap space is going to be limited by 'maxdsiz' for 32-bit processes and by 'maxdsiz_64bit' for 64-bit processes.  These should be the only parameters you need to factor into your increase.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 03 Dec 2008 15:48:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-heap-size-for-a-java-process-vs-kernel-parameters/m-p/4317304#M480223</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-12-03T15:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing HEAP size for a Java process vs. kernel parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-heap-size-for-a-java-process-vs-kernel-parameters/m-p/4317305#M480224</link>
      <description>assuming you have a 64 bit application and that case only chaning maxdsize64bit goign to help .Looke like you can change the value online from 11.23 onwards&lt;BR /&gt;&lt;BR /&gt;#kctune -q maxdsiz_64bit&lt;BR /&gt;Tunable              Value  Expression   Changes&lt;BR /&gt;maxdsiz_64bit  10737418240  10737418240  Immed&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Dec 2008 17:51:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-heap-size-for-a-java-process-vs-kernel-parameters/m-p/4317305#M480224</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2008-12-03T17:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing HEAP size for a Java process vs. kernel parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-heap-size-for-a-java-process-vs-kernel-parameters/m-p/4317306#M480225</link>
      <description>With the caveat that this only affects new processes (ones already running keep the limit from the time they started... otherwise you'd have to potentially go kill folks when the limit was lowered and other messy things).&lt;BR /&gt;&lt;BR /&gt;Technically you should look at the Total line, Free column of "swapinfo -atm"... The Java heap will need swap reservation to be created, so your total swap comes into play. Hence you may need to care about maxswapchunks (only on 11.0 or 11.11, obsolete on later releases), swchunk and swapmem_on (obsolete on 11.31) since those can affect configured swap space. Most likely there's still plenty of swap space, though... just check to be sure.</description>
      <pubDate>Wed, 03 Dec 2008 18:52:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-heap-size-for-a-java-process-vs-kernel-parameters/m-p/4317306#M480225</guid>
      <dc:creator>Don Morris_1</dc:creator>
      <dc:date>2008-12-03T18:52:41Z</dc:date>
    </item>
  </channel>
</rss>

