<?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: linux performance with IA 64 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-performance-with-ia-64/m-p/3595261#M68617</link>
    <description>In addition to the excellent suggestions already made:&lt;BR /&gt;&lt;BR /&gt;Please cut and pate the actual "floating point error" message.&lt;BR /&gt;&lt;BR /&gt;IIRC the AS3 bits are a 2.4 kernel.  In broad handwaving terms, 2.6 kernels are better for IA64.  On 2.6 kernels you can use things like Caliper (&lt;A href="http://www.hp.com/go/caliper)" target="_blank"&gt;http://www.hp.com/go/caliper)&lt;/A&gt; or q-syscollect (somewhere off of &lt;A href="http://www.hpl.hp.com)" target="_blank"&gt;www.hpl.hp.com)&lt;/A&gt; to get an idea of where CPU is being consumed.  It would be useful to know user versus system, which routines were "big" and the like.&lt;BR /&gt;&lt;BR /&gt;Might check the netstat -s statistics if there is much networking going-on.&lt;BR /&gt;</description>
    <pubDate>Thu, 04 Aug 2005 11:22:06 GMT</pubDate>
    <dc:creator>rick jones</dc:creator>
    <dc:date>2005-08-04T11:22:06Z</dc:date>
    <item>
      <title>linux performance with IA 64</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-performance-with-ia-64/m-p/3595258#M68614</link>
      <description>Hi &lt;BR /&gt;I have a rx2600 Server with Linux AS 3. I am running Tomcat and Oracle on the same machine. I have 1 GB of mem on the server. The system monitor shows 100% utilisation of Memory and CPU. When same of kind of software run on normal P4 mac with 1 GB of mem is is performing better. Are there any parameters to be comfigured extra. Also we are gettting a problem saying Floating-point-error. can somebody help.</description>
      <pubDate>Wed, 03 Aug 2005 02:09:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-performance-with-ia-64/m-p/3595258#M68614</guid>
      <dc:creator>v.s.varadharajan</dc:creator>
      <dc:date>2005-08-03T02:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: linux performance with IA 64</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-performance-with-ia-64/m-p/3595259#M68615</link>
      <description>100% memory utilization does not really mean much. Your system is going to allocate its memory and use it for something, even cache.&lt;BR /&gt;&lt;BR /&gt;Comparison to a PC is not really relavent either, because the achitechture and what the P4 mac is doing is totally different.&lt;BR /&gt;&lt;BR /&gt;I have the following recommendations.&lt;BR /&gt;&lt;BR /&gt;1) See if the machine is swapping, if so, think about adding memoryh.&lt;BR /&gt;&lt;BR /&gt;2) Figure out what is running resident and what kind of resources its using.&lt;BR /&gt;&lt;BR /&gt;3) Itanimum is a 64 bit chip, with a corresponding large address space. Loading the will take a bit more resouces than you expect, leaving less memory for other tasks.&lt;BR /&gt;&lt;BR /&gt;4) Your memory figure for oracle is way too low. They recommend a minimum of 2 GB for the database server. If you are running the app server, most shops won't try this without 4 GB of Ram.&lt;BR /&gt;&lt;BR /&gt;I've got a couple of years experience running Oracle as a sysadmin backup dba on HP-UX and Linux.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 03 Aug 2005 02:45:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-performance-with-ia-64/m-p/3595259#M68615</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-08-03T02:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: linux performance with IA 64</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-performance-with-ia-64/m-p/3595260#M68616</link>
      <description>There are some parameters that must be set in the java execution environment, i think its the -X parameter. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.caucho.com/resin-3.0/performance/jvm-tuning.xtp" target="_blank"&gt;http://www.caucho.com/resin-3.0/performance/jvm-tuning.xtp&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Use ipcs -a to view the memory allocated to shared memory, 1 GB is too low memory.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://support.adobe.com/devsup/devsup.nsf/docs/52634.htm" target="_blank"&gt;http://support.adobe.com/devsup/devsup.nsf/docs/52634.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Check if you have paging with vmstat, also get database statistics to see if you are I/O bound.</description>
      <pubDate>Wed, 03 Aug 2005 08:03:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-performance-with-ia-64/m-p/3595260#M68616</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-08-03T08:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: linux performance with IA 64</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-performance-with-ia-64/m-p/3595261#M68617</link>
      <description>In addition to the excellent suggestions already made:&lt;BR /&gt;&lt;BR /&gt;Please cut and pate the actual "floating point error" message.&lt;BR /&gt;&lt;BR /&gt;IIRC the AS3 bits are a 2.4 kernel.  In broad handwaving terms, 2.6 kernels are better for IA64.  On 2.6 kernels you can use things like Caliper (&lt;A href="http://www.hp.com/go/caliper)" target="_blank"&gt;http://www.hp.com/go/caliper)&lt;/A&gt; or q-syscollect (somewhere off of &lt;A href="http://www.hpl.hp.com)" target="_blank"&gt;www.hpl.hp.com)&lt;/A&gt; to get an idea of where CPU is being consumed.  It would be useful to know user versus system, which routines were "big" and the like.&lt;BR /&gt;&lt;BR /&gt;Might check the netstat -s statistics if there is much networking going-on.&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Aug 2005 11:22:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-performance-with-ia-64/m-p/3595261#M68617</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2005-08-04T11:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: linux performance with IA 64</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-performance-with-ia-64/m-p/3595262#M68618</link>
      <description>When you talk about Linux, you really, really, really need to show the kernel revision you are using. uname -a will give you everything that is necessary. &lt;BR /&gt;&lt;BR /&gt;If you are using RHEL3 U3, you need to upgrade. That particular kernel revision (2.4.21-20) had a problem where under memory pressure, kswapd would consume cpu cycles and because it was a kernel thread, was unkillable.  U3 had other memory-related problems that caused it to be a fairly unstable os. &lt;BR /&gt;&lt;BR /&gt;U4 was better in this regard, but had some problems with memory corruption (bad).  U5 seems to be pretty stable.</description>
      <pubDate>Fri, 05 Aug 2005 12:26:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-performance-with-ia-64/m-p/3595262#M68618</guid>
      <dc:creator>Rick Beldin</dc:creator>
      <dc:date>2005-08-05T12:26:36Z</dc:date>
    </item>
  </channel>
</rss>

