<?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: Memory question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-question/m-p/2685179#M53932</link>
    <description>Having lots of swap does no increase performance at all.  If a process must be paged out to disk, you're out of RAM and performance will suffer greatly. For this system, I would strongly recommend 3-4 Gb of RAM minimum, and add more as the system gets busier.  Swap space is ONLY usefu for highly interactive systems where processes are run for a few seconds then wait for minutes to hours before running again.</description>
    <pubDate>Mon, 18 Mar 2002 18:29:08 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2002-03-18T18:29:08Z</dc:date>
    <item>
      <title>Memory question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-question/m-p/2685175#M53928</link>
      <description>Hi Admins.&lt;BR /&gt;I've an old HP 9000/t600  server (running HP-UX 11.00) with about 1,3 Gb of Physical memory. &lt;BR /&gt;Output of swapinfo is:&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     2097152  342440 1754712   16%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;dev      294912  294848      64  100%       0       -    0  /dev/vg00/lvol10&lt;BR /&gt;reserve       - 1724160 -1724160&lt;BR /&gt;memory   935036  463400  471636   50%&lt;BR /&gt;total   3327100 2824848  502252   85%       -       0    -&lt;BR /&gt;&lt;BR /&gt;Output of ipcs -ma is:&lt;BR /&gt;Shared Memory:&lt;BR /&gt;m       0 0x4118061a --rw-rw-rw-      root      root      root      root      0    348   758   758  9:44:52  9:44:52  9:44:46&lt;BR /&gt;m       1 0x4e0c0002 --rw-rw-rw-      root      root      root      root      1  31040   758   758  9:44:49  9:44:52  9:44:46&lt;BR /&gt;m       2 0x411c6371 --rw-rw-rw-      root      root      root      root      1   8192   758   770  9:44:49  9:44:46  9:44:46&lt;BR /&gt;m   96003 0x29c905a4 --rw-r-----    oracle       dba    oracle       dba     11 697331712  2590 15758 11:47:26 12:24:56  9:53:34&lt;BR /&gt;m     404 0x3f2db010 --rw-r-----    oracle       dba    oracle       dba      6 14794752 28391  6851 18:57:59  0:19:44 12:05:50&lt;BR /&gt;m       5 0xe8199378 --rw-r-----    oracle       dba    oracle       dba     15 259022848  2777  1449 15:33:48 15:35:54  9:55:25&lt;BR /&gt;m    3206 0xcf438aa0 --rw-r-----    oracle       dba    oracle       dba      6 107790336 26533 19895 14:01:25 14:25:02 10:30:29&lt;BR /&gt;m     208 0x88547a88 --rw-r-----    oracle       dba    oracle       dba      6 29253632 21923 17214 10:29:51 10:31:54 10:23:57&lt;BR /&gt;&lt;BR /&gt;(... a lot of SGA)&lt;BR /&gt;&lt;BR /&gt;Output of top (Memory line) is:&lt;BR /&gt;&lt;BR /&gt;Memory: 64744K (39904K) real, 1138848K (1098144K) virtual, 92392K free &lt;BR /&gt;&lt;BR /&gt;When "free" is about 4 Mb (same as the setting of our minfree), we got the paging activity and then  "free" goes to 32 Mb (same as the setting of our lotsfree). When this happens, "real" is never very high (about 70- 80 Mb). Our dcb_max_pct is 50.&lt;BR /&gt;Is it normal that "free" is so small (It is caused by the Oracle's SGA?) ? &lt;BR /&gt;&lt;BR /&gt;Thanks in advance for your help.&lt;BR /&gt;&lt;BR /&gt;Francesca.&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Mar 2002 14:58:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-question/m-p/2685175#M53928</guid>
      <dc:creator>Francesca Caruso</dc:creator>
      <dc:date>2002-03-18T14:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Memory question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-question/m-p/2685176#M53929</link>
      <description>From the swapinfo output it shows that your Server is swapping too much. It is using both the swap device. It seems the memory available in the bos is too less for your applications. First reduce your dbc_max_pct to 15% and see the performance. Look at the swapinfo also. Then you decide that whether you need a memory upgrade or not. There is a utility called sarcheck. It's available free on the web. You can test with that also.&lt;BR /&gt;&lt;BR /&gt;Sandip</description>
      <pubDate>Mon, 18 Mar 2002 15:06:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-question/m-p/2685176#M53929</guid>
      <dc:creator>Sandip Ghosh</dc:creator>
      <dc:date>2002-03-18T15:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: Memory question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-question/m-p/2685177#M53930</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;I see a couple of things that are bad. It appears that you have about 1.1GB of shared memory allocated in a machine with only 1.3GB of memory. You need to reduce the size of your SGA's so that your machine is not paging out. The performance hit you take from page-outs far exceeds the benefits of SGA buffer cache hits. I also note that you have pseudo-swap enabled (swapmem_on=1). There is no reason to run pseudo-swap when you havbe more swap than memory. You should cetainly reduce the dbc_max_pct to no more than about 15% (10% is probably better) or use a non-zero bufpages value to set a static buffer cache of about 200MB (bufpages=51200) as a reasonable starting point. In any event, you need to reduce your SGA's.&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Mar 2002 15:13:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-question/m-p/2685177#M53930</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-03-18T15:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: Memory question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-question/m-p/2685178#M53931</link>
      <description>Hi Francesca,&lt;BR /&gt;&lt;BR /&gt;I agree with Clay for the size of the actuel SGA 1.1 GB for a total of memory of 1.3 GB IS really too much and will prevent all other application to be able to run correctly.&lt;BR /&gt;&lt;BR /&gt;. You must reduce the amount of your SGA to a suitable value that match with the other running applications on your system.&lt;BR /&gt;&lt;BR /&gt;You may also increase your swap space to 3 to 4 times the amount of memory: that's makes from 3.9 to 4.2 GB to have good performance.&lt;BR /&gt;&lt;BR /&gt;I would leave the swap_on kernel parameter to value "1" to speed up processes if it's necessary ( your process will use a specific amount of memory space like a swap area ).&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;Magdi&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Mar 2002 15:46:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-question/m-p/2685178#M53931</guid>
      <dc:creator>Magdi KAMAL</dc:creator>
      <dc:date>2002-03-18T15:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Memory question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-question/m-p/2685179#M53932</link>
      <description>Having lots of swap does no increase performance at all.  If a process must be paged out to disk, you're out of RAM and performance will suffer greatly. For this system, I would strongly recommend 3-4 Gb of RAM minimum, and add more as the system gets busier.  Swap space is ONLY usefu for highly interactive systems where processes are run for a few seconds then wait for minutes to hours before running again.</description>
      <pubDate>Mon, 18 Mar 2002 18:29:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-question/m-p/2685179#M53932</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-03-18T18:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: Memory question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-question/m-p/2685180#M53933</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;According to the SWAP issue :&lt;BR /&gt;&lt;BR /&gt;In the book " Essential System Administration" by Aeleen Frisch - O'Reilly second edition - page 315 under " How much paging space " it's written :&lt;BR /&gt;&lt;BR /&gt;"For real production environments running programs with very large memory requirements, you'll see better performancee with three or four times the amount of physical memory"&lt;BR /&gt;&lt;BR /&gt;----&lt;BR /&gt;&lt;BR /&gt;Swap is used to page-out process whenever they are asking for I/Os, but if the OS didn't find enough space to page-out these process such error message will appear.&lt;BR /&gt;&lt;BR /&gt;The output of the command "swapinfo -tam" line "reserve" gives us the last tentative of allocation space in swap.&lt;BR /&gt;&lt;BR /&gt;Magdi&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Mar 2002 06:17:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-question/m-p/2685180#M53933</guid>
      <dc:creator>Magdi KAMAL</dc:creator>
      <dc:date>2002-03-19T06:17:22Z</dc:date>
    </item>
  </channel>
</rss>

