<?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: Decrease memory usage in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/decrease-memory-usage/m-p/4088112#M309983</link>
    <description>Please report the EXACT error message you observed and explain WHERE you found to, and WHAT command is being executed.&lt;BR /&gt;&lt;BR /&gt;The posting you made so far lost too much in interpretation / translation &lt;BR /&gt;&lt;BR /&gt;Also check the ALERT LOG frot the DB for further details and context for the error.&lt;BR /&gt;&lt;BR /&gt;You may want to include arelevan chunk (a few lines before and after the error) from the alert log in a future reply, or attach that as a text file to a reply.&lt;BR /&gt;&lt;BR /&gt;You may also want to provide a little more details on the scenario and pertinent details.&lt;BR /&gt;- Did it ever work?&lt;BR /&gt;- What changed? What did not change? :-)&lt;BR /&gt;- How much memory? New / more consumers &lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
    <pubDate>Thu, 18 Oct 2007 11:07:33 GMT</pubDate>
    <dc:creator>Hein van den Heuvel</dc:creator>
    <dc:date>2007-10-18T11:07:33Z</dc:date>
    <item>
      <title>Decrease memory usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/decrease-memory-usage/m-p/4088109#M309980</link>
      <description>My system having oracle database&lt;BR /&gt;While it coming up ( check points ),getting crashed due to less memory space availability&lt;BR /&gt;How can i manage my memory usage for bring down the load on memory.&lt;BR /&gt;regards&lt;BR /&gt;praveen muttikkal</description>
      <pubDate>Thu, 18 Oct 2007 07:19:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/decrease-memory-usage/m-p/4088109#M309980</guid>
      <dc:creator>Muttikkal_1</dc:creator>
      <dc:date>2007-10-18T07:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: Decrease memory usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/decrease-memory-usage/m-p/4088110#M309981</link>
      <description>There are many, many comments here in the forums about properly configuring HP-UX and the environment for Oracle. If all you want to do is reduce memory usage, tell your database administrator to reconfigure Oracle to use less memory. That will have a negative effect on performance but shared memory usage will go down. Also make sure your kernel parameters for the dynamic buffer cache (dbc_min_pct and dcb_max_pct) are set to use between 400 and 1000 MB of RAM.&lt;BR /&gt; &lt;BR /&gt;What version of HP-UX are you running? What is the model of the computer you are using. How much RAM do you have? What version of Oracle are you running? Without this information, it is not possible to give a useful recommendation.</description>
      <pubDate>Thu, 18 Oct 2007 08:11:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/decrease-memory-usage/m-p/4088110#M309981</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2007-10-18T08:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: Decrease memory usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/decrease-memory-usage/m-p/4088111#M309982</link>
      <description>Rule of thumb:&lt;BR /&gt;&lt;BR /&gt;For one oracle instance use&lt;BR /&gt;maximum 1/3rd of total unix memory&lt;BR /&gt;for sga.&lt;BR /&gt;For multiple oracle instances use&lt;BR /&gt;50% of total unix memory (approportionated &lt;BR /&gt;between x instances)&lt;BR /&gt;&lt;BR /&gt;For a basic Oracle instance you can try:&lt;BR /&gt;db_block_size = 4096&lt;BR /&gt;open_cursors = 200&lt;BR /&gt;max_enabled_roles = 30&lt;BR /&gt;db_block_buffers =  7500       &lt;BR /&gt;&lt;BR /&gt;shared_pool_size = 64000000&lt;BR /&gt;large_pool_size = 12000000&lt;BR /&gt;java_pool_size = 25971520&lt;BR /&gt;&lt;BR /&gt;log_checkpoint_interval = 122880&lt;BR /&gt;log_checkpoint_timeout = 7200&lt;BR /&gt;&lt;BR /&gt;With this most basic configuration in your&lt;BR /&gt;parameter file it should not crash.&lt;BR /&gt;Although, there is one but, you need&lt;BR /&gt;to check the size of your redo logs&lt;BR /&gt;can handle transaction volume.&lt;BR /&gt;Otherwise performance will be bad.&lt;BR /&gt;&lt;BR /&gt;Please check your alert log for messages&lt;BR /&gt;and check the redo cycle is at least 5 minutes apart.&lt;BR /&gt;&lt;BR /&gt;IF you need more explaination let us know:)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Oct 2007 10:43:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/decrease-memory-usage/m-p/4088111#M309982</guid>
      <dc:creator>Frank de Vries</dc:creator>
      <dc:date>2007-10-18T10:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Decrease memory usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/decrease-memory-usage/m-p/4088112#M309983</link>
      <description>Please report the EXACT error message you observed and explain WHERE you found to, and WHAT command is being executed.&lt;BR /&gt;&lt;BR /&gt;The posting you made so far lost too much in interpretation / translation &lt;BR /&gt;&lt;BR /&gt;Also check the ALERT LOG frot the DB for further details and context for the error.&lt;BR /&gt;&lt;BR /&gt;You may want to include arelevan chunk (a few lines before and after the error) from the alert log in a future reply, or attach that as a text file to a reply.&lt;BR /&gt;&lt;BR /&gt;You may also want to provide a little more details on the scenario and pertinent details.&lt;BR /&gt;- Did it ever work?&lt;BR /&gt;- What changed? What did not change? :-)&lt;BR /&gt;- How much memory? New / more consumers &lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Oct 2007 11:07:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/decrease-memory-usage/m-p/4088112#M309983</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2007-10-18T11:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: Decrease memory usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/decrease-memory-usage/m-p/4088113#M309984</link>
      <description>Thanks ALL</description>
      <pubDate>Thu, 18 Oct 2007 22:43:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/decrease-memory-usage/m-p/4088113#M309984</guid>
      <dc:creator>Muttikkal_1</dc:creator>
      <dc:date>2007-10-18T22:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: Decrease memory usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/decrease-memory-usage/m-p/4088114#M309985</link>
      <description>Hi muttikkal,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Are you using 11.23 ? if you are using 11.23 there was ways to reduce your memory load.&lt;BR /&gt;&lt;BR /&gt;Common misconfigured hpux resources&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5992-0732/5992-0732.pdf" target="_blank"&gt;http://docs.hp.com/en/5992-0732/5992-0732.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;WK&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Oct 2007 02:12:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/decrease-memory-usage/m-p/4088114#M309985</guid>
      <dc:creator>whiteknight</dc:creator>
      <dc:date>2007-10-19T02:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: Decrease memory usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/decrease-memory-usage/m-p/4088115#M309986</link>
      <description>&amp;gt;&amp;gt;&amp;gt; Thanks ALL&lt;BR /&gt;&lt;BR /&gt;Thanks for what?&lt;BR /&gt;We are curious... such that we can help others, and perhaps our own customer better should this happen again.&lt;BR /&gt;&lt;BR /&gt;What was the problem / solution?&lt;BR /&gt;What was the actual error?&lt;BR /&gt;&lt;BR /&gt;Is it the suggestions here to look in detail at the error message(s) which helped you to solve the problem yourself?&lt;BR /&gt;The '2' and '3' points awards ('thanks for playing but no thanks') suggests to me something completely different was happening.&lt;BR /&gt;&lt;BR /&gt;What is/was the meaning of the riddle: "getting crashed due to less memory space availability"&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Oct 2007 09:04:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/decrease-memory-usage/m-p/4088115#M309986</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2007-10-19T09:04:49Z</dc:date>
    </item>
  </channel>
</rss>

