<?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 issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/2564112#M29673</link>
    <description>run:&lt;BR /&gt;&lt;BR /&gt;UNIX95= ps -aef -o "pid,user,comm,sz" | sort +3.0 -n&lt;BR /&gt;&lt;BR /&gt;List process in order of memory comsum.</description>
    <pubDate>Fri, 10 Aug 2001 09:59:57 GMT</pubDate>
    <dc:creator>Carlos Fernandez Riera</dc:creator>
    <dc:date>2001-08-10T09:59:57Z</dc:date>
    <item>
      <title>memory issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/2564110#M29671</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I've recently take over administration of a L-class 2000 server running Apache and Oracle apps server 11i (it's also been installed as 64bit), I suspect that the configuration is not being optimised and the performance maybe poor. &lt;BR /&gt;&lt;BR /&gt;I've read several threads regarding swap and pseudo_swap, I would appreciated if anyone could advise me on weather I should enable pseudo swap and what I should set my dbc_max_pct kernel parameter too.&lt;BR /&gt;&lt;BR /&gt;The current setting of the system is,&lt;BR /&gt;&lt;BR /&gt;2GB Physical memory&lt;BR /&gt;3GB Disk swap&lt;BR /&gt;&lt;BR /&gt;dbc_max_pct= 40&lt;BR /&gt;Pseudo swap is on&lt;BR /&gt;&lt;BR /&gt;I ran glance and got the following reads. &lt;BR /&gt;&lt;BR /&gt;Memory Utilisation = 100%&lt;BR /&gt;Swap Utilisation = 53%&lt;BR /&gt;Pseudo_swap = 1.5GB of which 866mb is utilised.&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;Michael&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Aug 2001 09:29:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/2564110#M29671</guid>
      <dc:creator>Michael O'brien_1</dc:creator>
      <dc:date>2001-08-10T09:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: memory issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/2564111#M29672</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;as far as I know this situation indicates that the system is swapping and you need to install additional amount of phisical memory. You can perform swapinfo and sar with -w option to watch swapping&lt;BR /&gt;&lt;BR /&gt;later,</description>
      <pubDate>Fri, 10 Aug 2001 09:42:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/2564111#M29672</guid>
      <dc:creator>Marcin Wicinski</dc:creator>
      <dc:date>2001-08-10T09:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: memory issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/2564112#M29673</link>
      <description>run:&lt;BR /&gt;&lt;BR /&gt;UNIX95= ps -aef -o "pid,user,comm,sz" | sort +3.0 -n&lt;BR /&gt;&lt;BR /&gt;List process in order of memory comsum.</description>
      <pubDate>Fri, 10 Aug 2001 09:59:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/2564112#M29673</guid>
      <dc:creator>Carlos Fernandez Riera</dc:creator>
      <dc:date>2001-08-10T09:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: memory issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/2564113#M29674</link>
      <description>Hi&lt;BR /&gt;   My first suggestion would be&lt;BR /&gt;dbc_max_pct is high, as you have 2Gb of memory as value of 200-300B for buffer cache would be ok i guess.&lt;BR /&gt;  so 10-15% would be fine I guess.&lt;BR /&gt;&lt;BR /&gt;..BPK...</description>
      <pubDate>Fri, 10 Aug 2001 11:53:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/2564113#M29674</guid>
      <dc:creator>Praveen Bezawada</dc:creator>
      <dc:date>2001-08-10T11:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: memory issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/2564114#M29675</link>
      <description>It may not be as bad as you think.&lt;BR /&gt;&lt;BR /&gt;You can estimate total resident memory size (RSS) on the system by&lt;BR /&gt;&lt;BR /&gt;$ ps -elf |awk '{print $10}'&lt;BR /&gt;&lt;BR /&gt;it gives RSS for all processes in 4MB pages.&lt;BR /&gt;Rest of the memory are used by pseudo swap/buffer cache. Dynamic buffer cache has lower priority than processes - it will release memory if a process requests it.&lt;BR /&gt;&lt;BR /&gt;You may reduce dbc_max_pct from 40 to 10 or 15.</description>
      <pubDate>Fri, 10 Aug 2001 12:26:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/2564114#M29675</guid>
      <dc:creator>Jerry Zhang</dc:creator>
      <dc:date>2001-08-10T12:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: memory issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/2564115#M29676</link>
      <description>Hi,&lt;BR /&gt;  &lt;BR /&gt;  As the memory is big enough..U can obviously&lt;BR /&gt;&lt;BR /&gt;enable psudeo_swap..&lt;BR /&gt;&lt;BR /&gt;  U can try &lt;BR /&gt;&lt;BR /&gt;   # kmtune -s swapmem_on = 1&lt;BR /&gt;&lt;BR /&gt;  and then rebuild the kernel..&lt;BR /&gt;&lt;BR /&gt;  U can try setting the &lt;BR /&gt;&lt;BR /&gt;   dbc_min_pct = 5 and dbc_mac_pct_25.&lt;BR /&gt;&lt;BR /&gt;  and then increase the dbc_max_pct according&lt;BR /&gt;&lt;BR /&gt;to the performance..&lt;BR /&gt;&lt;BR /&gt;   Also make sure&lt;BR /&gt;&lt;BR /&gt;   nbuf and bufpages are set to 0 so that&lt;BR /&gt;&lt;BR /&gt;Dynamic Buffer will be enabled..&lt;BR /&gt;&lt;BR /&gt;   Hope this helps&lt;BR /&gt;&lt;BR /&gt;Sundar&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 11 Aug 2001 09:58:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/2564115#M29676</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2001-08-11T09:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: memory issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/2564116#M29677</link>
      <description>Hi Micheal, &lt;BR /&gt;&lt;BR /&gt;In your case, I think you will actually see better performance if you disable dynamic buffer cache and set bufpages to about 80000&lt;BR /&gt;(~320 MB) and that is very, very generous.&lt;BR /&gt;If you measure, you find in the vast majority of cases that buffer cache hit rates and performance increase very,very slowly past this value. I suspect that you could drop it even more (~200 MB) and still get very good performance. If your are using raw/io or vxfs mount option convosync=direct,mincache=direct which bypass the unix buffers, you can drop even lower. Typically, it's better to use that memory in the SGA so that reducing buffer cache lets up pump up the size of the buffers within the SGA.&lt;BR /&gt;&lt;BR /&gt;My 2 cents, Clay</description>
      <pubDate>Sun, 12 Aug 2001 15:17:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/2564116#M29677</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-08-12T15:17:58Z</dc:date>
    </item>
  </channel>
</rss>

