<?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 RHEL3 SMP java CPU-hog in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/rhel3-smp-java-cpu-hog/m-p/3522647#M16997</link>
    <description>- Proliant DL360 with 2 physical processors&lt;BR /&gt;- RHEL3 AS&lt;BR /&gt;- Kernel 2.4.21-20EL / 2.4.21-20ELsmp&lt;BR /&gt;- Java version 1.4.2_06&lt;BR /&gt;&lt;BR /&gt;When booting system with uniprocessor kernel, everything is ok. But when booting to SMP, java gets 100% from one CPU. Even 'java -version' gets that 100%. In fact it doesn't come back to prompt but stays stucked. Hyperthreading is ON.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 12 Apr 2005 01:58:49 GMT</pubDate>
    <dc:creator>Timo J</dc:creator>
    <dc:date>2005-04-12T01:58:49Z</dc:date>
    <item>
      <title>RHEL3 SMP java CPU-hog</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel3-smp-java-cpu-hog/m-p/3522647#M16997</link>
      <description>- Proliant DL360 with 2 physical processors&lt;BR /&gt;- RHEL3 AS&lt;BR /&gt;- Kernel 2.4.21-20EL / 2.4.21-20ELsmp&lt;BR /&gt;- Java version 1.4.2_06&lt;BR /&gt;&lt;BR /&gt;When booting system with uniprocessor kernel, everything is ok. But when booting to SMP, java gets 100% from one CPU. Even 'java -version' gets that 100%. In fact it doesn't come back to prompt but stays stucked. Hyperthreading is ON.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Apr 2005 01:58:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel3-smp-java-cpu-hog/m-p/3522647#M16997</guid>
      <dc:creator>Timo J</dc:creator>
      <dc:date>2005-04-12T01:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL3 SMP java CPU-hog</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel3-smp-java-cpu-hog/m-p/3522648#M16998</link>
      <description>Given the lack of other command-line arguments, I take it that's the JRE running in native mode.&lt;BR /&gt;&lt;BR /&gt;Unfortunately, the JRE 1.4 series doesn't support green threads.. so my only suggestion is to get the newest JRE possible.&lt;BR /&gt;&lt;BR /&gt;If that doesn't work, try getting a version or two older..</description>
      <pubDate>Tue, 12 Apr 2005 02:11:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel3-smp-java-cpu-hog/m-p/3522648#M16998</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-04-12T02:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL3 SMP java CPU-hog</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel3-smp-java-cpu-hog/m-p/3522649#M16999</link>
      <description>I just checked from another system with exactly same version of Java and same version of SMP-kernel and there wasn't any problems with Java. (DL580 with four physical processors)</description>
      <pubDate>Tue, 12 Apr 2005 02:30:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel3-smp-java-cpu-hog/m-p/3522649#M16999</guid>
      <dc:creator>Timo J</dc:creator>
      <dc:date>2005-04-12T02:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL3 SMP java CPU-hog</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel3-smp-java-cpu-hog/m-p/3522650#M17000</link>
      <description>Running the same java code? Now that's odd.&lt;BR /&gt;&lt;BR /&gt;Is hyperthreading 'ON' on the other system?</description>
      <pubDate>Tue, 12 Apr 2005 04:18:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel3-smp-java-cpu-hog/m-p/3522650#M17000</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-04-12T04:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL3 SMP java CPU-hog</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel3-smp-java-cpu-hog/m-p/3522651#M17001</link>
      <description>Yes, hyperthreading is ON on both systems.</description>
      <pubDate>Tue, 12 Apr 2005 04:20:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel3-smp-java-cpu-hog/m-p/3522651#M17001</guid>
      <dc:creator>Timo J</dc:creator>
      <dc:date>2005-04-12T04:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL3 SMP java CPU-hog</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel3-smp-java-cpu-hog/m-p/3522652#M17002</link>
      <description>Odd..&lt;BR /&gt;&lt;BR /&gt;I've only seen behaviour like this when there was a non-thread-happy while loop occupying the processor..&lt;BR /&gt;&lt;BR /&gt;Sorry..</description>
      <pubDate>Tue, 12 Apr 2005 04:32:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel3-smp-java-cpu-hog/m-p/3522652#M17002</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-04-12T04:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL3 SMP java CPU-hog</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel3-smp-java-cpu-hog/m-p/3522653#M17003</link>
      <description>Updating to Java 1.4.2_08 solved the problem. But I'm still wondering why 1.4.2_06 is working on that four processor system with same kernel. In fact both systems are installed from same kickstart configuration, so there shouldn't be any major differences.</description>
      <pubDate>Tue, 12 Apr 2005 05:16:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel3-smp-java-cpu-hog/m-p/3522653#M17003</guid>
      <dc:creator>Timo J</dc:creator>
      <dc:date>2005-04-12T05:16:49Z</dc:date>
    </item>
  </channel>
</rss>

