<?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: How to reduce memory requirement. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-reduce-memory-requirement/m-p/3064371#M139328</link>
    <description>John --&lt;BR /&gt;&lt;BR /&gt;Two other suggestions (sorry if the first one already got suggested and I missed it on my read through other responses).&lt;BR /&gt;&lt;BR /&gt;#1) Make sure that you have enough swap space.&lt;BR /&gt;I would guess that you do based on only having used 6% above.  But if you do add a lot of memory, make sure that you also have at least 2* swap.&lt;BR /&gt;&lt;BR /&gt;#2) The following is not fool proof, but could add some insight into what is going on.&lt;BR /&gt;&lt;BR /&gt;q4 is a tool that we normally use to look at crash dumps, but it could be helpful here as well.&lt;BR /&gt;&lt;BR /&gt;When you see the client's hanging, run q4 as follows:&lt;BR /&gt;&lt;BR /&gt;q4 -p /stand/vmunix /dev/kmem&lt;BR /&gt;&lt;BR /&gt;At the q4 prompt type:&lt;BR /&gt;&lt;BR /&gt;include analyze.pl&lt;BR /&gt;&lt;BR /&gt;then:&lt;BR /&gt;&lt;BR /&gt;run Analyze AU &amp;gt; ana.out&lt;BR /&gt;&lt;BR /&gt;then&lt;BR /&gt;&lt;BR /&gt;include whathappened.pl&lt;BR /&gt;&lt;BR /&gt;then&lt;BR /&gt;&lt;BR /&gt;run WhatHappened -HANG &amp;gt; what.out&lt;BR /&gt;&lt;BR /&gt;then&lt;BR /&gt;&lt;BR /&gt;exit&lt;BR /&gt;&lt;BR /&gt;In the ana.out file, you can do the following:&lt;BR /&gt;vi the file and do a forward search for:&lt;BR /&gt;&lt;BR /&gt;^proc&lt;BR /&gt;&lt;BR /&gt;until you find one of your processes that is hanging (it will ahve the run string).&lt;BR /&gt;&lt;BR /&gt;After you find one do a search for FUNC&lt;BR /&gt;&lt;BR /&gt;This will bring you to the stack trace of the process.  Post that here and I or someone else might be able to discern what sort of resource you are hanging on.&lt;BR /&gt;&lt;BR /&gt;In the what.out, search down in the file for "Descending List of most frequent waitchannels".&lt;BR /&gt;&lt;BR /&gt;Post that table here (it should be about 10 to 15 lines long) and again, that might point to a specific resource issue.&lt;BR /&gt;&lt;BR /&gt;I'll flag this thread so I'll get email whenever it gets updated and take a look.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Kent M. Ostby&lt;BR /&gt;</description>
    <pubDate>Fri, 05 Sep 2003 12:05:48 GMT</pubDate>
    <dc:creator>Kent Ostby</dc:creator>
    <dc:date>2003-09-05T12:05:48Z</dc:date>
    <item>
      <title>How to reduce memory requirement.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-reduce-memory-requirement/m-p/3064352#M139309</link>
      <description>I have a D270 with 512MB RAM and have recently upgraded it to HP-UX 11i and the database to Oracle 8.1.7.&lt;BR /&gt;&lt;BR /&gt;This is the output of swapinfo&lt;BR /&gt;# swapinfo&lt;BR /&gt;             Kb      Kb      Kb   PCT  START/      Kb&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev     1048576   63784  984792    6%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;reserve       -  364352 -364352&lt;BR /&gt;memory   389064  248116  140948   64%&lt;BR /&gt;&lt;BR /&gt;I have 25 users using a telnet client to access a terminal application.&lt;BR /&gt;&lt;BR /&gt;I would like to reduce the memory requirement so that the swap space used is reduced to a minimum.&lt;BR /&gt;&lt;BR /&gt;I think I can get a little bit more from my oracle server but I need to test this.  Where can I save ram on the HP-UX side?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;John.</description>
      <pubDate>Fri, 05 Sep 2003 09:13:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-reduce-memory-requirement/m-p/3064352#M139309</guid>
      <dc:creator>John Flanagan</dc:creator>
      <dc:date>2003-09-05T09:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce memory requirement.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-reduce-memory-requirement/m-p/3064353#M139310</link>
      <description>Hi,&lt;BR /&gt;The first thing to do is to disable unused functionality (for ex. nfs, system monitoring, CDE) but what you can disable depends on what you use.</description>
      <pubDate>Fri, 05 Sep 2003 09:31:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-reduce-memory-requirement/m-p/3064353#M139310</guid>
      <dc:creator>Leif Halvarsson_2</dc:creator>
      <dc:date>2003-09-05T09:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce memory requirement.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-reduce-memory-requirement/m-p/3064354#M139311</link>
      <description>What Do I use?&lt;BR /&gt;&lt;BR /&gt;For an Oracle Install:&lt;BR /&gt;This requires an graphical interface but not the CDE.&lt;BR /&gt;I think nfs is required for the pfs_mount for the ridge rock oracle CD's.&lt;BR /&gt;&lt;BR /&gt;I need vt funcionalaty and telnet server for my application.&lt;BR /&gt;Send mail and corn are used to all system check info to my mail account.&lt;BR /&gt;rcp is used to copy files between systems.&lt;BR /&gt;&lt;BR /&gt;I have attached my rc.log file&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Sep 2003 09:59:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-reduce-memory-requirement/m-p/3064354#M139311</guid>
      <dc:creator>John Flanagan</dc:creator>
      <dc:date>2003-09-05T09:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce memory requirement.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-reduce-memory-requirement/m-p/3064355#M139312</link>
      <description>John,&lt;BR /&gt;&lt;BR /&gt;if you're pushing the envelope a bit on it you could have a look at your system file and remove any drivers that aren't being used.  That would reduce the amount of memory used by the kernel.  Be careful with that though, only take out drivers you're sure aren't being used.&lt;BR /&gt;&lt;BR /&gt;After shutting down any services you don't need (NFS server/client maybe?  NIS?) and removing any drivers you're not using it would be getting down to kernel parameters, but unless you're really stuck for memory I'd leave those alone, could upset Oracle/applications by changing some of these.&lt;BR /&gt;&lt;BR /&gt;Depending on how big the database is and what exactly the users are doing that swap space use doesn't look too bad to me, especially with 25 users on 512MB RAM.&lt;BR /&gt;&lt;BR /&gt;hope that helps,&lt;BR /&gt;Kevin.</description>
      <pubDate>Fri, 05 Sep 2003 10:02:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-reduce-memory-requirement/m-p/3064355#M139312</guid>
      <dc:creator>Kevin O'Donovan</dc:creator>
      <dc:date>2003-09-05T10:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce memory requirement.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-reduce-memory-requirement/m-p/3064356#M139313</link>
      <description>The problem is that I am getting client terminal screens locking for upto 30 seconds for no reason.   I thought this may be due to a memory shortage.&lt;BR /&gt;&lt;BR /&gt;Products on the system include &lt;BR /&gt;Oracle 8.1.7&lt;BR /&gt;Cognos Powerhouse&lt;BR /&gt;Visibility (ERP system)&lt;BR /&gt;&lt;BR /&gt;Visibility is Written in Powerhosue.&lt;BR /&gt;&lt;BR /&gt;here is a sample from top&lt;BR /&gt;&lt;BR /&gt;System: PTIHP1                                        Fri Sep  5 12:08:46 2003&lt;BR /&gt;Load averages: 2.72, 2.46, 2.34&lt;BR /&gt;216 processes: 208 sleeping, 8 running&lt;BR /&gt;Cpu states:&lt;BR /&gt; LOAD   USER   NICE    SYS   IDLE  BLOCK  SWAIT   INTR   SSYS&lt;BR /&gt; 2.72  22.6%   0.0%   1.8%  75.6%   0.0%   0.0%   0.0%   0.0%&lt;BR /&gt;&lt;BR /&gt;Memory: 208132K (30536K) real, 503536K (95200K) virtual, 14968K free  Page# 1/16&lt;BR /&gt;&lt;BR /&gt; TTY     PID USERNAME PRI NI   SIZE    RES STATE    TIME %WCPU  %CPU COMMAND&lt;BR /&gt;pts/tt 25835 smsk     154 20 11168K  6016K sleep    5:43 16.50 16.47 quick&lt;BR /&gt;pts/tc 23858 fnsb     154 20  9104K  3880K sleep    0:39  6.14  6.13 quick&lt;BR /&gt;  ?    25837 smsk     154 20 30476K  1384K sleep    0:59  4.60  4.60 oraclepaulive&lt;BR /&gt;pts/tb 23786 dohb     154 20  9216K  3972K sleep    0:58  0.60  0.60 quick&lt;BR /&gt;  ?        0 root     127 20     0K     0K sleep   57:28  0.57  0.57 swapper&lt;BR /&gt;pts/tl 29210 root     178 20   580K   564K run      0:00  0.54  0.54 top&lt;BR /&gt;  ?    23860 fnsb     154 20 30348K  1192K sleep    0:06  0.51  0.51 oraclepaulive&lt;BR /&gt;  ?       31 root     152 20     0K  2272K run     19:11  0.39  0.39 vxfsd&lt;BR /&gt;  ?     1447 root     152 20  1964K  1060K run      0:50  0.25  0.25 dmisp&lt;BR /&gt;  ?    22777 oracle   156 20 30556K  1552K sleep    0:07  0.20  0.20 ora_dbw0_paulive&lt;BR /&gt;  ?    22779 oracle   156 20 30556K  1504K sleep    0:06  0.12  0.12 ora_lgwr_paulive&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Sep 2003 10:15:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-reduce-memory-requirement/m-p/3064356#M139313</guid>
      <dc:creator>John Flanagan</dc:creator>
      <dc:date>2003-09-05T10:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce memory requirement.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-reduce-memory-requirement/m-p/3064357#M139314</link>
      <description>Hi,&lt;BR /&gt;you can gain memeory also from kernel parameters a lot, expecially from&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;dbc_min_pct set to 5&lt;BR /&gt;dbc_max_pct set to 8&lt;BR /&gt;(since you have oracle)&lt;BR /&gt;&lt;BR /&gt;ninode 4096 or your value&lt;BR /&gt;vx_ninode 90%*ninode&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;this two are to prevent some known memory leak.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Paste your /stand/system for other suggestions :)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;  Massimo&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Sep 2003 10:20:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-reduce-memory-requirement/m-p/3064357#M139314</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-09-05T10:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce memory requirement.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-reduce-memory-requirement/m-p/3064358#M139315</link>
      <description>Hi,&lt;BR /&gt;load looks almost correct.&lt;BR /&gt;&lt;BR /&gt;Check also netwok settings (FD, HD, 10, 100) with ladnadmin, and make sure that there is no autonegitiation, this can hurt very much on telnet sessions.&lt;BR /&gt;&lt;BR /&gt;  Massimo</description>
      <pubDate>Fri, 05 Sep 2003 10:29:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-reduce-memory-requirement/m-p/3064358#M139315</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-09-05T10:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce memory requirement.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-reduce-memory-requirement/m-p/3064359#M139316</link>
      <description>Hi John,&lt;BR /&gt;&lt;BR /&gt;thanks for assigning the points!&lt;BR /&gt;&lt;BR /&gt;Pauses like that I've mostly come across when NFS is involved.  Are you mounting an NFS filesystem from another server?  The thing I've found with NFS is that the NFS client makes a request to the server and just waits until it gets a response, doing nothing else, which needless to say is a pain if you get a slow server.&lt;BR /&gt;&lt;BR /&gt;Doesn't sound memory related to me, I'd look at either NFS or maybe the database for cause of the pause.&lt;BR /&gt;&lt;BR /&gt;Is it a case of ALL the client terminals lock up at the same time or individually?  or just at login time?  If all together I'd suspect NFS, if individually I'd suspect the database.&lt;BR /&gt;&lt;BR /&gt;The Oracle/database side I wouldn't be sure about what would slow that down, apart from inefficient joins, table indexes, that kinda stuff but I haven't done anything with it.&lt;BR /&gt;&lt;BR /&gt;Kevin.</description>
      <pubDate>Fri, 05 Sep 2003 10:29:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-reduce-memory-requirement/m-p/3064359#M139316</guid>
      <dc:creator>Kevin O'Donovan</dc:creator>
      <dc:date>2003-09-05T10:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce memory requirement.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-reduce-memory-requirement/m-p/3064360#M139317</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Here is my /stand/system&lt;BR /&gt;&lt;BR /&gt;I will try sugestions this weekend when I can do a reboot.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;John.</description>
      <pubDate>Fri, 05 Sep 2003 10:30:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-reduce-memory-requirement/m-p/3064360#M139317</guid>
      <dc:creator>John Flanagan</dc:creator>
      <dc:date>2003-09-05T10:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce memory requirement.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-reduce-memory-requirement/m-p/3064361#M139318</link>
      <description>512 megs is way too small to run Oracle. The minimum should be 2,000Mb, more for even better performance. With only 512 megs, your DBA is struggling with a very small SGA which translates into very slow performance. Reducing drivers and a few kernel parameters will only save a few megs, so why bother? The slow performance you are seeing (including the 30 second lockups) is exactly what you would expect with small RAM. There is nothing left in your server to improve without adding RAM and increasing SGA for Oracle.&lt;BR /&gt;&lt;BR /&gt;It is very easy to justify the additional memory expense--just multiply the number of users times the number of seconds per day that they spend waiting for the computer to respond and translate that into lost labor dollars. I believe that Oracle may state 512 megs is a minimum but what is probably missing are statements like: Oracle barely functions, supports only two users at the same time, etc...</description>
      <pubDate>Fri, 05 Sep 2003 10:31:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-reduce-memory-requirement/m-p/3064361#M139318</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-09-05T10:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce memory requirement.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-reduce-memory-requirement/m-p/3064362#M139319</link>
      <description>Sorry, forgot the attachement</description>
      <pubDate>Fri, 05 Sep 2003 10:31:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-reduce-memory-requirement/m-p/3064362#M139319</guid>
      <dc:creator>John Flanagan</dc:creator>
      <dc:date>2003-09-05T10:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce memory requirement.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-reduce-memory-requirement/m-p/3064363#M139320</link>
      <description>Missing /stand/system :)&lt;BR /&gt;&lt;BR /&gt;    Massimo</description>
      <pubDate>Fri, 05 Sep 2003 10:31:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-reduce-memory-requirement/m-p/3064363#M139320</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-09-05T10:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce memory requirement.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-reduce-memory-requirement/m-p/3064364#M139321</link>
      <description>I see no change in the system, so i suggest to take in consideration my previous hints:&lt;BR /&gt;&lt;BR /&gt;dbc_min_pct set to 5&lt;BR /&gt;dbc_max_pct set to 8&lt;BR /&gt;&lt;BR /&gt;ninode 4096 &lt;BR /&gt;vx_ninode 90%*ninode &lt;BR /&gt;(this are only cache)&lt;BR /&gt;&lt;BR /&gt;   Massimo&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Sep 2003 10:37:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-reduce-memory-requirement/m-p/3064364#M139321</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-09-05T10:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce memory requirement.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-reduce-memory-requirement/m-p/3064365#M139322</link>
      <description>Also, you no longer need PFA with 11.0 and 11i. There are 3 patches for 11i that add a new option to mount Oracle (and other industry standard CDs) with a new option: -orr. The patches are:&lt;BR /&gt;&lt;BR /&gt;PHKL_28025&lt;BR /&gt;PHKL_25760&lt;BR /&gt;PHKL_26269&lt;BR /&gt;&lt;BR /&gt;PFS is too unstable to be used on a production machine and NFS is not far behind unless properly managed. You can turn off all the rpc (NFS) services in /eetc/rc.config.d/nfsconf.</description>
      <pubDate>Fri, 05 Sep 2003 10:38:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-reduce-memory-requirement/m-p/3064365#M139322</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-09-05T10:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce memory requirement.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-reduce-memory-requirement/m-p/3064366#M139323</link>
      <description>I should point out that prior to the upgrade I was running HP-UX 10.2 and Oracle 8.0.5.  With this configuration I had 2 datebases on this server of identical size.  One for the live system and One for the test system.   I was happy with this configuration and only upgraded due to the unsuported versions of Hp-UX and ORACLE.&lt;BR /&gt;&lt;BR /&gt;My test system DB is now on an NT server.&lt;BR /&gt;&lt;BR /&gt;The DB contains about 4GB of data.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Sep 2003 10:47:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-reduce-memory-requirement/m-p/3064366#M139323</guid>
      <dc:creator>John Flanagan</dc:creator>
      <dc:date>2003-09-05T10:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce memory requirement.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-reduce-memory-requirement/m-p/3064367#M139324</link>
      <description>Hi,&lt;BR /&gt;One thing I wonder about. Your users are logged in with telnet. Does this mean that the client is running local. Is it not possible to run this application in client/server mode, acessing the database via sqlnet. This would save a lot of memory.</description>
      <pubDate>Fri, 05 Sep 2003 10:48:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-reduce-memory-requirement/m-p/3064367#M139324</guid>
      <dc:creator>Leif Halvarsson_2</dc:creator>
      <dc:date>2003-09-05T10:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce memory requirement.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-reduce-memory-requirement/m-p/3064368#M139325</link>
      <description>I have to agree will Bill here.   This amount of RAM is just not fair on Oracle and your users.  I notice you have Cognos products on your machine and I know that these applications generally consume far more memory than is reasonable.  At our office we ended up moving most of our Cognos products over to Windows which is really what they are designed for.</description>
      <pubDate>Fri, 05 Sep 2003 10:51:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-reduce-memory-requirement/m-p/3064368#M139325</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-09-05T10:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce memory requirement.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-reduce-memory-requirement/m-p/3064369#M139326</link>
      <description>John,&lt;BR /&gt;&lt;BR /&gt;It's a given that newer release of the O/S and DB will have more capabilities and more features.  This translates directly to increased resource usage - particularly memory.  As others have suggested, I'm amazed you can get Oracle to run at all with just 512MB of RAM.  Normally 2GB is the minimum to have a usable system.  Tuning, at this point, is not going to save enough memory to make any significant difference.  Your two choices, as I see them, are to add RAM to the system, or to regress back to HP-UX 10.20, if possible (though, for support reasons, I would hesitate to recommend this).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Sep 2003 11:03:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-reduce-memory-requirement/m-p/3064369#M139326</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-09-05T11:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce memory requirement.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-reduce-memory-requirement/m-p/3064370#M139327</link>
      <description>Hi John,&lt;BR /&gt;&lt;BR /&gt;As usual Bill is spot-on &amp;amp; I agree 100% with him. 512MB is not near enough for Oracle 8.1.7&lt;BR /&gt;It may have sufficed for Oracle 7.x &amp;amp; lower, but is woefully shy for newer Oracles vers. Frankly, I'm surpised that you were even able to install Oracle with that memory total.&lt;BR /&gt;You're going to have to bite the bullet &amp;amp; spend some $ to get that system to at least 2GB if you want to see decent performance.&lt;BR /&gt;&lt;BR /&gt;My 2 cents,&lt;BR /&gt;Jeff</description>
      <pubDate>Fri, 05 Sep 2003 11:34:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-reduce-memory-requirement/m-p/3064370#M139327</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-09-05T11:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce memory requirement.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-reduce-memory-requirement/m-p/3064371#M139328</link>
      <description>John --&lt;BR /&gt;&lt;BR /&gt;Two other suggestions (sorry if the first one already got suggested and I missed it on my read through other responses).&lt;BR /&gt;&lt;BR /&gt;#1) Make sure that you have enough swap space.&lt;BR /&gt;I would guess that you do based on only having used 6% above.  But if you do add a lot of memory, make sure that you also have at least 2* swap.&lt;BR /&gt;&lt;BR /&gt;#2) The following is not fool proof, but could add some insight into what is going on.&lt;BR /&gt;&lt;BR /&gt;q4 is a tool that we normally use to look at crash dumps, but it could be helpful here as well.&lt;BR /&gt;&lt;BR /&gt;When you see the client's hanging, run q4 as follows:&lt;BR /&gt;&lt;BR /&gt;q4 -p /stand/vmunix /dev/kmem&lt;BR /&gt;&lt;BR /&gt;At the q4 prompt type:&lt;BR /&gt;&lt;BR /&gt;include analyze.pl&lt;BR /&gt;&lt;BR /&gt;then:&lt;BR /&gt;&lt;BR /&gt;run Analyze AU &amp;gt; ana.out&lt;BR /&gt;&lt;BR /&gt;then&lt;BR /&gt;&lt;BR /&gt;include whathappened.pl&lt;BR /&gt;&lt;BR /&gt;then&lt;BR /&gt;&lt;BR /&gt;run WhatHappened -HANG &amp;gt; what.out&lt;BR /&gt;&lt;BR /&gt;then&lt;BR /&gt;&lt;BR /&gt;exit&lt;BR /&gt;&lt;BR /&gt;In the ana.out file, you can do the following:&lt;BR /&gt;vi the file and do a forward search for:&lt;BR /&gt;&lt;BR /&gt;^proc&lt;BR /&gt;&lt;BR /&gt;until you find one of your processes that is hanging (it will ahve the run string).&lt;BR /&gt;&lt;BR /&gt;After you find one do a search for FUNC&lt;BR /&gt;&lt;BR /&gt;This will bring you to the stack trace of the process.  Post that here and I or someone else might be able to discern what sort of resource you are hanging on.&lt;BR /&gt;&lt;BR /&gt;In the what.out, search down in the file for "Descending List of most frequent waitchannels".&lt;BR /&gt;&lt;BR /&gt;Post that table here (it should be about 10 to 15 lines long) and again, that might point to a specific resource issue.&lt;BR /&gt;&lt;BR /&gt;I'll flag this thread so I'll get email whenever it gets updated and take a look.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Kent M. Ostby&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Sep 2003 12:05:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-reduce-memory-requirement/m-p/3064371#M139328</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2003-09-05T12:05:48Z</dc:date>
    </item>
  </channel>
</rss>

