<?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: ideal memory usage in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ideal-memory-usage/m-p/3939533#M288692</link>
    <description>as far as it does't swap, high percent is the best</description>
    <pubDate>Tue, 06 Feb 2007 16:25:26 GMT</pubDate>
    <dc:creator>George Liu_4</dc:creator>
    <dc:date>2007-02-06T16:25:26Z</dc:date>
    <item>
      <title>ideal memory usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ideal-memory-usage/m-p/3939525#M288684</link>
      <description>Hello All,&lt;BR /&gt;&lt;BR /&gt;could anybody tell me, what is the ideal memory usage? is it 75% or %85 or is there an ideal situation that i should keep up with.&lt;BR /&gt;&lt;BR /&gt;Any help is highly appreciated.&lt;BR /&gt;&lt;BR /&gt;TIA,</description>
      <pubDate>Tue, 06 Feb 2007 13:51:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ideal-memory-usage/m-p/3939525#M288684</guid>
      <dc:creator>QASCO</dc:creator>
      <dc:date>2007-02-06T13:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: ideal memory usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ideal-memory-usage/m-p/3939526#M288685</link>
      <description>Ideal in what way?  Getting the most for you money?  The obvious answer would be 100% utilization.  Having the maximum growth potential?  Then the answer would be 0%.  The answer could range anywhere between those two extremems depending on your situation and goals.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 06 Feb 2007 13:57:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ideal-memory-usage/m-p/3939526#M288685</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2007-02-06T13:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: ideal memory usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ideal-memory-usage/m-p/3939527#M288686</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;There is no set value other than that you (your processes) have all that you (they) need or want such that you never page(out) to swap.&lt;BR /&gt;&lt;BR /&gt;Some thinking also adds that if you aren't using (for example) 75% of any resource, then you didn't need it and are wasting it.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 06 Feb 2007 13:59:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ideal-memory-usage/m-p/3939527#M288686</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-02-06T13:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: ideal memory usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ideal-memory-usage/m-p/3939528#M288687</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I mean't from a performance point of view (best practices)like if i have 24x7 systems.&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
      <pubDate>Tue, 06 Feb 2007 14:05:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ideal-memory-usage/m-p/3939528#M288687</guid>
      <dc:creator>QASCO</dc:creator>
      <dc:date>2007-02-06T14:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: ideal memory usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ideal-memory-usage/m-p/3939529#M288688</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I mean't from a performance point of view (best practices)like if i have 24x7 systems.&lt;BR /&gt;&lt;BR /&gt;My answer (certainly the first part about not paging) stands.&lt;BR /&gt;&lt;BR /&gt;Too, if you have memory to spare, that is not being used, why not look to optimizing your applications?  For instance, maybe you could provide your database with more shared memory segments; or maybe a file manipulation utility could have its I/O greately reduced if its processing were done in memory arrays.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Feb 2007 14:15:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ideal-memory-usage/m-p/3939529#M288688</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-02-06T14:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: ideal memory usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ideal-memory-usage/m-p/3939530#M288689</link>
      <description>From a performance perspective, as long are you aren't paging out, very near 100% is fine although you would be on the hairy edge. Moreover, 90% utilization on a system with 512KiB is vastly different than 90% utilization on a system with 64GiB. The "ideal" amount is as much as you need and that is about as precise as it gets. The goal for the majority of modern systems is to have enough memory so that page-outs never occur (or at worst occur very rarely and always at low rates). As long as you meet that criterion, nothing else really matters. As has been suggested, if you do have significant headroom then use it to better tune applications (e.g. increase a database cache) or increase the system buffer cache --- within reasonable limits. &lt;BR /&gt;&lt;BR /&gt;In any event, this isn't a "set it and forget it" resource. It requires perodic checking or better yet constant checking through a monitoring system so that you add memory or tune applications before the problems actually occur.&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Feb 2007 15:00:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ideal-memory-usage/m-p/3939530#M288689</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-02-06T15:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: ideal memory usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ideal-memory-usage/m-p/3939531#M288690</link>
      <description>Having more than 1GB of available memory available for misc new processes is what works in my environment. ( we ride between 1-2GB free memory.  percentages are misleading.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Most important:  never swap, if you are on the edge you most likely will swap.  Give yourself a buffer that works in your environment.  Having excess is great but a waste of $$.    &lt;BR /&gt;&lt;BR /&gt;Notice the different answers you are getting ?  It all depends on how tight or loose your environment is and what the applications use and require.  Make the decision based on current workloads and trends.  Increase as workloads increase.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Feb 2007 16:03:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ideal-memory-usage/m-p/3939531#M288690</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2007-02-06T16:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: ideal memory usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ideal-memory-usage/m-p/3939532#M288691</link>
      <description>&lt;!--!*#--&gt;We push ours to the limit for Oracle - as DBA's increase SGA to use as much of the ram as we can.  So, on our DB servers, we run 99% to 100%...&lt;BR /&gt;&lt;BR /&gt;Though I just checked our main SAP DB/CI server and it is at:&lt;BR /&gt;&lt;BR /&gt;# memdetail&lt;BR /&gt;Memory Stat      total    used   avail   %used&lt;BR /&gt;physical        16128.0 14289.8 1838.2     89%&lt;BR /&gt;active virtual  16729.2 7252.4  9476.8     43%&lt;BR /&gt;active real     11129.5 4529.7  6599.8     41%&lt;BR /&gt;memory swap     12647.8 2407.3  10240.5    19%&lt;BR /&gt;device swap     26528.0 15921.1 10606.9    60%&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Tue, 06 Feb 2007 16:18:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ideal-memory-usage/m-p/3939532#M288691</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2007-02-06T16:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: ideal memory usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ideal-memory-usage/m-p/3939533#M288692</link>
      <description>as far as it does't swap, high percent is the best</description>
      <pubDate>Tue, 06 Feb 2007 16:25:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ideal-memory-usage/m-p/3939533#M288692</guid>
      <dc:creator>George Liu_4</dc:creator>
      <dc:date>2007-02-06T16:25:26Z</dc:date>
    </item>
  </channel>
</rss>

