<?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 Process consuming more of CPU in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/java-process-consuming-more-of-cpu/m-p/3481655#M67112</link>
    <description>What is this program doing ? Is it cpu bound ?&lt;BR /&gt;&lt;BR /&gt;Is the process doing lots of pagefaults (sh proc/acc) ? If so, increase wsquota a lot more. It can be the reason of the slowdown.&lt;BR /&gt;&lt;BR /&gt;It seems to me that the program gets what it asks and only consumes the cpu in a limited way (e.g. because of IO or network traffic).&lt;BR /&gt;&lt;BR /&gt;Wim&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 10 Feb 2005 09:46:51 GMT</pubDate>
    <dc:creator>Wim Van den Wyngaert</dc:creator>
    <dc:date>2005-02-10T09:46:51Z</dc:date>
    <item>
      <title>Java Process consuming more of CPU</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/java-process-consuming-more-of-cpu/m-p/3481652#M67109</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt; Setup: Alpha VMS 7.3-2.&lt;BR /&gt; Patches: &lt;BR /&gt;  VMS_UPDATE V0300 &lt;BR /&gt;  VMS732_SYS V0600 &lt;BR /&gt;  VMS_FIBRE_SCSI_V0400 &lt;BR /&gt;  VMS_PTHREAD_V0200 &lt;BR /&gt;  VMS_TRACE_V0200 &lt;BR /&gt;  DNVOSIECO01_V0732 &lt;BR /&gt;  TCPIP_ECO_V5.4-154&lt;BR /&gt; System Main Memory is 2.00GB.  &lt;BR /&gt; java version "1.4.2"&lt;BR /&gt; Java(TM) 2 Runtime Environment, Standard Edition&lt;BR /&gt; Fast VM (build 1.4.2-3, build J2SDK.v.1.4.2:08/20/2004-13:43, &lt;BR /&gt; native threads, jit_142)&lt;BR /&gt; &lt;BR /&gt; From the recommendations from &lt;BR /&gt; &lt;A href="http://h71000.www7.hp.com/ebusiness/optimizingsdkguide.pdf" target="_blank"&gt;http://h71000.www7.hp.com/ebusiness/optimizingsdkguide.pdf&lt;/A&gt;&lt;BR /&gt;for optimizing JAVA performance I have done the below steps.&lt;BR /&gt; &lt;BR /&gt; UAF FILLM  4096&lt;BR /&gt; CHANNELCNT 4096&lt;BR /&gt; WSDEF      2048&lt;BR /&gt; WSQUOTA    4096&lt;BR /&gt; WSEXTENT AND WSMAX 16384&lt;BR /&gt; PGFLQUO    2097152&lt;BR /&gt; BYTLM      400000&lt;BR /&gt; BIOLM      150&lt;BR /&gt; DIOLM      150&lt;BR /&gt; TQELM      100&lt;BR /&gt; &lt;BR /&gt; $ @SYS$COMMON:[000000.JAVA$142.COM] &lt;BR /&gt;   JAVA$142_SETUP.COM;1 fast&lt;BR /&gt; $ DEFINE/SYS JAVA$CACHING_INTERVAL 1000&lt;BR /&gt; $ DEFINE/SYS/NOLOG &lt;BR /&gt;   JAVA$DISABLE_MULTIDOT_DIRECTORY_STAT TRUE&lt;BR /&gt; $ DEFINE/SYS DECC$FILE_SHARING ENABLED&lt;BR /&gt; &lt;BR /&gt; Still I did not see difference in usage of &lt;BR /&gt; CPU by JAVA process.&lt;BR /&gt; &lt;BR /&gt; Did anybody let me know I missed any thing.&lt;BR /&gt; &lt;BR /&gt; -Thanks in advance&lt;BR /&gt;  Kiran</description>
      <pubDate>Wed, 09 Feb 2005 00:27:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/java-process-consuming-more-of-cpu/m-p/3481652#M67109</guid>
      <dc:creator>kiran kumar kolluru</dc:creator>
      <dc:date>2005-02-09T00:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: Java Process consuming more of CPU</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/java-process-consuming-more-of-cpu/m-p/3481653#M67110</link>
      <description>Kiran,&lt;BR /&gt;&lt;BR /&gt;you did not specify the hardware model, and, even more important, the amount of memory.&lt;BR /&gt;&lt;BR /&gt;But, JAVA __IS__ a really CPU- and Memory-hungry beast!!&lt;BR /&gt;&lt;BR /&gt;In your params I would like to increase WSEXTENT and BYTLM (at least) 4-fold, and I would remove the definition (in MODPARAMS) of WSMAX. After you do no longer specify WSMAX, let AUTOGEN calculate it for you (on the basis of physical memory).&lt;BR /&gt;After all, the memory HAS been payed for, why not let it be used on demand?&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;Jan</description>
      <pubDate>Wed, 09 Feb 2005 05:27:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/java-process-consuming-more-of-cpu/m-p/3481653#M67110</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2005-02-09T05:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Java Process consuming more of CPU</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/java-process-consuming-more-of-cpu/m-p/3481654#M67111</link>
      <description>Jan,&lt;BR /&gt;&lt;BR /&gt; Thank you for reply.&lt;BR /&gt; &lt;BR /&gt; Here the system specifications:&lt;BR /&gt; &lt;BR /&gt; Model : Alpha Server DS10,CPU 600 MHz&lt;BR /&gt; &lt;BR /&gt; Physical Memory Usage (pages):             &lt;BR /&gt; Main Memory (2.00GB)                      &lt;BR /&gt;  Total    262144 &lt;BR /&gt;  Free     109487  &lt;BR /&gt;  In Use   143672 &lt;BR /&gt;  Modified 8985&lt;BR /&gt;  $1$DKA200:&lt;BR /&gt;  Free Blocks:888030&lt;BR /&gt;  &lt;BR /&gt; I changed WSEXTENT and BYTLM to 4-fold and I did not have any definition for WSMAX in MODPARAMS.DAT&lt;BR /&gt; &lt;BR /&gt;(I mean there is no value specified for WSMAX)&lt;BR /&gt; in SYSGEN the value of WSMAX is&lt;BR /&gt; SYSGEN&amp;gt;  SHOW WSMAX&lt;BR /&gt; Parameter Name  Current    Default     Min.      Max.     Unit  Dynamic&lt;BR /&gt; --------------  -------    -------    -------   -------   ----  -------&lt;BR /&gt; WSMAX            157286       4096      1024  134217728 Pagelets&lt;BR /&gt; internal value     9831        256        64    8388608  Pages&lt;BR /&gt; -----------------------------------------------------------------&lt;BR /&gt; &lt;BR /&gt; But I did not see much change in CPU utilization.&lt;BR /&gt; &lt;BR /&gt; Please have a look at attachment for comparison.&lt;BR /&gt; &lt;BR /&gt;-Thanks&lt;BR /&gt; Kiran</description>
      <pubDate>Thu, 10 Feb 2005 09:32:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/java-process-consuming-more-of-cpu/m-p/3481654#M67111</guid>
      <dc:creator>kiran kumar kolluru</dc:creator>
      <dc:date>2005-02-10T09:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: Java Process consuming more of CPU</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/java-process-consuming-more-of-cpu/m-p/3481655#M67112</link>
      <description>What is this program doing ? Is it cpu bound ?&lt;BR /&gt;&lt;BR /&gt;Is the process doing lots of pagefaults (sh proc/acc) ? If so, increase wsquota a lot more. It can be the reason of the slowdown.&lt;BR /&gt;&lt;BR /&gt;It seems to me that the program gets what it asks and only consumes the cpu in a limited way (e.g. because of IO or network traffic).&lt;BR /&gt;&lt;BR /&gt;Wim&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Feb 2005 09:46:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/java-process-consuming-more-of-cpu/m-p/3481655#M67112</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-02-10T09:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Java Process consuming more of CPU</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/java-process-consuming-more-of-cpu/m-p/3481656#M67113</link>
      <description>The process is Jcoreserver and it actually get the data with the devices attached using SCSI and java native calls.&lt;BR /&gt;&lt;BR /&gt;Yes, we are observing a lot of pagefaults. I increased 'wsquo' ... no use.&lt;BR /&gt;&lt;BR /&gt;-Kiran&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Feb 2005 10:13:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/java-process-consuming-more-of-cpu/m-p/3481656#M67113</guid>
      <dc:creator>kiran kumar kolluru</dc:creator>
      <dc:date>2005-02-10T10:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: Java Process consuming more of CPU</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/java-process-consuming-more-of-cpu/m-p/3481657#M67114</link>
      <description>On our GS160, we have DESTA active which is also using Java. Its working set is about 200.000 pages (100 MB). So, as Jan said, Java is indeed eating a lot. I propose to try it directly with 500.000 pages and check if it improves.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Thu, 10 Feb 2005 10:18:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/java-process-consuming-more-of-cpu/m-p/3481657#M67114</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-02-10T10:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Java Process consuming more of CPU</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/java-process-consuming-more-of-cpu/m-p/3481658#M67115</link>
      <description>For information I am giving below the 'SYSTEM' quotas&lt;BR /&gt;&lt;BR /&gt;Maxjobs:         0  Fillm:      4096  Bytlm:      1600000&lt;BR /&gt;Maxacctjobs:     0  Shrfillm:      0  Pbytlm:           0&lt;BR /&gt;Maxdetach:       0  BIOlm:       150  JTquota:       4096&lt;BR /&gt;Prclm:          25  DIOlm:       150  WSdef:         2048&lt;BR /&gt;Prio:            4  ASTlm:       250  WSquo:       500000&lt;BR /&gt;Queprio:         0  TQElm:       100  WSextent:    700000&lt;BR /&gt;CPU:        (none)  Enqlm:      2000  Pgflquo:    2097152&lt;BR /&gt;&lt;BR /&gt;Actually I am using 'ECP Data Collector' &lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/openvms/products/ecp/performance-and-capacity-download.html" target="_blank"&gt;http://h71000.www7.hp.com/openvms/products/ecp/performance-and-capacity-download.html&lt;/A&gt;&lt;BR /&gt;for calculating the CPU usage.&lt;BR /&gt;&lt;BR /&gt;With &lt;BR /&gt;&lt;BR /&gt; $ plan collect =sample -&lt;BR /&gt;_$ /begin=21:05:00 -&lt;BR /&gt;_$ /end=21:15:00 -&lt;BR /&gt;_$ /interval=61 -&lt;BR /&gt;_$ /output=data.cpc&lt;BR /&gt;&lt;BR /&gt;I am collecting the data and analyzing with &lt;BR /&gt;&lt;BR /&gt;$Plan analyze/motif &lt;BR /&gt; Please have a look at attachment &lt;BR /&gt; for graph.&lt;BR /&gt; ----------------------------------------------&lt;BR /&gt; &lt;BR /&gt; With Java profiler &lt;BR /&gt; &lt;BR /&gt;$ java -version&lt;BR /&gt;java version "1.4.2"&lt;BR /&gt;Java(TM) 2 Runtime Environment, Standard Edition&lt;BR /&gt;Fast VM (build 1.4.2-3, build J2SDK.v.1.4.2:08/20/2004-13:43, native threads, ji&lt;BR /&gt;t_142)&lt;BR /&gt; &lt;BR /&gt;I am trying with "-Xrunhprof:cpu=samples,file=dka200:[kiran.pca]log.txt,depth=3" &lt;BR /&gt;which is showing 'jniOpen' and "jniScsi' calls taking more CPU. These calls&lt;BR /&gt;will call java native calls which will in-tern will fall into our application &lt;BR /&gt;code.&lt;BR /&gt;&lt;BR /&gt;Hope this explanation will give you better idea about the environment.&lt;BR /&gt;&lt;BR /&gt;-Kiran</description>
      <pubDate>Thu, 10 Feb 2005 10:51:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/java-process-consuming-more-of-cpu/m-p/3481658#M67115</guid>
      <dc:creator>kiran kumar kolluru</dc:creator>
      <dc:date>2005-02-10T10:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Java Process consuming more of CPU</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/java-process-consuming-more-of-cpu/m-p/3481659#M67116</link>
      <description>Kiran&lt;BR /&gt;&lt;BR /&gt;"Jcoreserver"&lt;BR /&gt;&lt;BR /&gt;I should have guessed!&lt;BR /&gt;&lt;BR /&gt;I do not know WHAT that beast is doing (should just get some disk ststusses!!),&lt;BR /&gt;but the one who wrote it probably thought it a good idea to go to the other side of the street around the world!!&lt;BR /&gt;&lt;BR /&gt;We are "lucky" enough to have dual CPU's in the systems, _AND_ the app is not multithreaded, but whenever the beast wakes up, one CPU (up to 1250 GHz) is 100% loaded by it for about half a minute.&lt;BR /&gt;&lt;BR /&gt;---  just MAYBE, someone at Engeneering should look at that code with a pair of Performance-focused glasses  :-(&lt;BR /&gt;&lt;BR /&gt;Sorry.&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;Jan&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Feb 2005 10:51:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/java-process-consuming-more-of-cpu/m-p/3481659#M67116</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2005-02-10T10:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: Java Process consuming more of CPU</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/java-process-consuming-more-of-cpu/m-p/3481660#M67117</link>
      <description>Java is notorios bad in effeciency - both CPU and disk. One in a while (and you don't have ANY control over it!) the carbage collector will run. And since your Java process requires enormous amount of memory, it's likely to page memory to disk - and reverse to collect the carbage (not necessarily causing memory freed....).&lt;BR /&gt;&lt;BR /&gt;The more memory a JAVA process will get, the better. But since JAVA is (in essence) an interpreter, there is a lot of CPU power needed; an extra porcessor (or more) is better.&lt;BR /&gt;&lt;BR /&gt;Jan, I don't think Engineering can have a big hand in enhancing this. The environment must be checked (and approved by the (SUN-based) JAVA council and I do not believe that process-perfoamnce on other platforms than SUN matter much to them. THESE are the guys to be educated, not engineering)&lt;BR /&gt;&lt;BR /&gt;Willem</description>
      <pubDate>Fri, 11 Feb 2005 05:23:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/java-process-consuming-more-of-cpu/m-p/3481660#M67117</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2005-02-11T05:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: Java Process consuming more of CPU</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/java-process-consuming-more-of-cpu/m-p/3481661#M67118</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;  I wonder why the 'Jcoreserver' doing something special on Alpha VMS. &lt;BR /&gt;  Why it is -cool- at other OS !!!&lt;BR /&gt;  &lt;BR /&gt;-Kiran</description>
      <pubDate>Fri, 11 Feb 2005 09:06:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/java-process-consuming-more-of-cpu/m-p/3481661#M67118</guid>
      <dc:creator>kiran kumar kolluru</dc:creator>
      <dc:date>2005-02-11T09:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: Java Process consuming more of CPU</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/java-process-consuming-more-of-cpu/m-p/3481662#M67119</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;    We have done a code change for some of calls made by java native libraries.&lt;BR /&gt;&lt;BR /&gt;Some part of our C code is using stat() call to find the current size of log file. &lt;BR /&gt;&lt;BR /&gt;We have replaced ftell() for stat().&lt;BR /&gt;&lt;BR /&gt;Now I am seeing a good difference in utilization of CPU by 'jniScsi' and 'jniOpen'.&lt;BR /&gt;&lt;BR /&gt;Why stat() is proving costly in Alpha-VMS ?&lt;BR /&gt;&lt;BR /&gt;-Thanks&lt;BR /&gt; Kiran</description>
      <pubDate>Wed, 02 Mar 2005 08:24:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/java-process-consuming-more-of-cpu/m-p/3481662#M67119</guid>
      <dc:creator>kiran kumar kolluru</dc:creator>
      <dc:date>2005-03-02T08:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Java Process consuming more of CPU</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/java-process-consuming-more-of-cpu/m-p/3481663#M67120</link>
      <description>what information are you acquiring by stat()?&lt;BR /&gt;Check the many CRTL feature logicals - there may besomething to help</description>
      <pubDate>Wed, 02 Mar 2005 11:42:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/java-process-consuming-more-of-cpu/m-p/3481663#M67120</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-03-02T11:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: Java Process consuming more of CPU</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/java-process-consuming-more-of-cpu/m-p/3481664#M67121</link>
      <description>Kiran,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;  $ DEFINE/SYS JAVA$CACHING_INTERVAL 1000&lt;BR /&gt;&lt;BR /&gt;and &lt;BR /&gt;&lt;BR /&gt;&amp;gt;Why stat() is proving costly in Alpha-VMS ?&lt;BR /&gt;&lt;BR /&gt;  If you have Java code that calls stat() in a tight loop, the calls to stat() will generate lots of I/Os. (perhaps you're polling the size of the log file to see if it changes?)&lt;BR /&gt;&lt;BR /&gt;  The logical name JAVA$CACHING_INTERVAL causes "stat()" info to be cached, thereby reducing the I/O load, BUT it will cause a tight loop to become compute bound (since the stat results are returned immediately from the cache). It also means the repeated calls are pointless because the results are cached, so any changes out on disk will not be detected.&lt;BR /&gt;&lt;BR /&gt;  Your value of 1000 means 1000 SECONDS! So code looping on stat waiting for a change will loop for more than 16 MINUTES. That's a lot of wasted CPU.&lt;BR /&gt;&lt;BR /&gt;  The correct thing to do is put a delay in your stat() loop so that your program isn't polling the disk. This will reduce both I/O and CPU load. However, if you can't do that, you need to choose a value for the caching interval that balances I/O and CPU. Higher values will increase CPU, lower values will increase I/O. I'd guess a value of 30 would be much better.&lt;BR /&gt;&lt;BR /&gt;  I'd also recommend AGAINST defining this as a system wide logical name. Different programs will have different requirements for caching data.</description>
      <pubDate>Wed, 02 Mar 2005 15:33:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/java-process-consuming-more-of-cpu/m-p/3481664#M67121</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2005-03-02T15:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: Java Process consuming more of CPU</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/java-process-consuming-more-of-cpu/m-p/3481665#M67122</link>
      <description>Oh, and something else to think about when tuning Java applications...&lt;BR /&gt;&lt;BR /&gt;There was once a time when increasing the memory available to an application was always a good thing for performance.&lt;BR /&gt;&lt;BR /&gt;However, that doesn't always work for Java.&lt;BR /&gt;&lt;BR /&gt;For best performance you need to set the maximum heap size the the *smallest* size that will correctly execute. Since Java doesn't have a "free memory" function, it allocates memory from the heap until it runs out, then performs a garbage collection to recover unused memory. If you set the heap size much larger than necessary, Java will simply leave more junk around. Overall paging is increased, since the application is touching more memory, and the garbage collections will take longer because there's more to be collected. By reducing the heap size, you (potentially) increase the *number* of garbage collections, but *decrease* their duration and keep the application in a smaller working set, so paging is decreased.&lt;BR /&gt;&lt;BR /&gt;This is highly counter intuitive to those of us who grew up in a world where memory was expensive.&lt;BR /&gt;&lt;BR /&gt;You need to carefully measure the peak heap size and set the maximum so that it's just higher than the high water mark.</description>
      <pubDate>Wed, 02 Mar 2005 15:42:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/java-process-consuming-more-of-cpu/m-p/3481665#M67122</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2005-03-02T15:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: Java Process consuming more of CPU</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/java-process-consuming-more-of-cpu/m-p/3481666#M67123</link>
      <description>John,&lt;BR /&gt;&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;You need to carefully measure the peak heap size and set the maximum so that it's just higher than the high water mark. &lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;Sounds interestingly promising.&lt;BR /&gt;&lt;BR /&gt;Forgive my lack of knowledge in this, but HOW do I do that, and HOW do I get the metrics to base my settings upon?&lt;BR /&gt;&lt;BR /&gt;TIA&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;Jan</description>
      <pubDate>Mon, 07 Mar 2005 08:30:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/java-process-consuming-more-of-cpu/m-p/3481666#M67123</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2005-03-07T08:30:29Z</dc:date>
    </item>
  </channel>
</rss>

