<?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: Server cannot use all the memory in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/server-cannot-use-all-the-memory/m-p/3683592#M245841</link>
    <description>Your max_dbc_pct is much too high. You really want a buffer cache no larger than about 1600MB -- and that is generous. I would go to a fixed size buffer cache by setting bufpages to a non-zero value. bufpages = 307200 (307200 4K pages = 1200MB).</description>
    <pubDate>Fri, 02 Dec 2005 16:14:31 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2005-12-02T16:14:31Z</dc:date>
    <item>
      <title>Server cannot use all the memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-cannot-use-all-the-memory/m-p/3683586#M245835</link>
      <description>Hi All,&lt;BR /&gt;My server cannot use all the memory that is on that machine, which causes page swapping and significantly lower performance for large Transforms.&lt;BR /&gt;&lt;BR /&gt;Please also see the following glance report: &lt;BR /&gt;&lt;BR /&gt;GlancePlus C.03.85.00 16:22:38 warbler ia64 Current Avg High &lt;BR /&gt;--------------------------------------------------------------------------------------------------- &lt;BR /&gt;CPU Util S | 1% 4% 37% &lt;BR /&gt;Disk Util FV V |100% 100% 100% &lt;BR /&gt;Mem Util S SU UB B |100% 100% 100% &lt;BR /&gt;Swap Util U UR R | 35% 35% 35% &lt;BR /&gt;--------------------------------------------------------------------------------------------------- &lt;BR /&gt;MEMORY REPORT Users= 7 &lt;BR /&gt;Event Current Cumulative Current Rate Cum Rate High Rate &lt;BR /&gt;-------------------------------------------------------------------------------- &lt;BR /&gt;Page Faults 1432 223374 318.2 335.7 543.7 &lt;BR /&gt;Page In 1369 200148 304.2 300.8 394.0 &lt;BR /&gt;Page Out 1132 147296 251.5 221.3 354.6 &lt;BR /&gt;KB Paged In 6.5mb 973.6mb 1487.1 1498.5 2249.2 &lt;BR /&gt;KB Paged Out 5.8mb 859.9mb 1313.7 1323.5 2656.9 &lt;BR /&gt;Reactivations 0 0 0.0 0.0 0.0 &lt;BR /&gt;Deactivations 0 0 0.0 0.0 0.0 &lt;BR /&gt;KB Deactivated 0kb 0kb 0.0 0.0 0.0 &lt;BR /&gt;VM Reads 1110 181639 246.6 273.0 485.7 &lt;BR /&gt;VM Writes 2270 296966 504.4 446.3 906.6 &lt;BR /&gt;Total VM : 9.4gb Sys Mem : 4.1gb User Mem: 7.4gb Phys Mem: 16.0gb &lt;BR /&gt;Active VM: 9.1gb Buf Cache: 4.4gb Free Mem: 61mb &lt;BR /&gt;Page 1 of 1 &lt;BR /&gt;ProcList CPU Rpt Mem Rpt Disk Rpt NextKeys SlctProc Help Exit &lt;BR /&gt;&lt;BR /&gt;This is the output of :&lt;BR /&gt;# vmstat 1 5&lt;BR /&gt;         procs           memory                   page                              faults       cpu&lt;BR /&gt;    r     b     w      avm    free   re   at    pi   po    fr   de    sr     in     sy    cs  us sy id&lt;BR /&gt;    9     1     0   715530  1274201   12    0    18   18     2    0   168   4607 567979   669  15  1 84&lt;BR /&gt;    9     1     0   715530  1274094   32    0     0    0     0    0     0   4257 857342   786  96  4  0&lt;BR /&gt;    9     1     0   715530  1274075   30    0     0    0     0    0     0   4389 865638   826  96  4  0&lt;BR /&gt;    9     1     0   713690  1274054   27    0     0    0     0    0     0   4175 845707   776  97  3  0&lt;BR /&gt;    9     1     0   713690  1274028   26    0     0    0     0    0     0   4475 866659   846  96  4  0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please suggest what to do?&lt;BR /&gt;Thanks&lt;BR /&gt;Vipin</description>
      <pubDate>Fri, 02 Dec 2005 14:45:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-cannot-use-all-the-memory/m-p/3683586#M245835</guid>
      <dc:creator>Vipin Singhal</dc:creator>
      <dc:date>2005-12-02T14:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Server cannot use all the memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-cannot-use-all-the-memory/m-p/3683587#M245836</link>
      <description>How much physical memory do you have?  Is it 16 GB?  How much swap space do you have configured?  Do you have the swapmem_on kernel parameter set to 0 or 1?&lt;BR /&gt;&lt;BR /&gt;If swapmem_on is set to 0, then you MUST have at least 16GB of swap space to utilize all 16GB of your RAM.  If swapmem_on is set to 1, then you can get by with 4GB of swap space.&lt;BR /&gt;&lt;BR /&gt;Post the output of 'swapinfo -tam' to help clarify the situation, please.</description>
      <pubDate>Fri, 02 Dec 2005 14:57:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-cannot-use-all-the-memory/m-p/3683587#M245836</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2005-12-02T14:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Server cannot use all the memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-cannot-use-all-the-memory/m-p/3683588#M245837</link>
      <description># swapinfo -tam&lt;BR /&gt;             Mb      Mb      Mb   PCT  START/      Mb&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev        4096     156    3940    4%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;dev       20480     154   20326    1%       0       -    1  /dev/vg00/swap2&lt;BR /&gt;reserve       -    2346   -2346&lt;BR /&gt;memory    16351    5066   11285   31%&lt;BR /&gt;total     40927    7722   33205   19%       -       0    -&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# machinfo&lt;BR /&gt;Memory = 16351 MB (15.967773 GB)&lt;BR /&gt;.......&lt;BR /&gt;.....&lt;BR /&gt;Please suggest</description>
      <pubDate>Fri, 02 Dec 2005 15:44:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-cannot-use-all-the-memory/m-p/3683588#M245837</guid>
      <dc:creator>Vipin Singhal</dc:creator>
      <dc:date>2005-12-02T15:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: Server cannot use all the memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-cannot-use-all-the-memory/m-p/3683589#M245838</link>
      <description>It appears to me that you ARE in fact using all your memory.  You have sufficient swap space (24GB) and you also have swapmem_on turned on.  It looks to me like you are just running slightly short of RAM, with approx. 300MB having been paged out.&lt;BR /&gt;&lt;BR /&gt;If the situation is worse at times, then I'd look at more RAM for this machine, if possible.</description>
      <pubDate>Fri, 02 Dec 2005 15:48:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-cannot-use-all-the-memory/m-p/3683589#M245838</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2005-12-02T15:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: Server cannot use all the memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-cannot-use-all-the-memory/m-p/3683590#M245839</link>
      <description>Your pageouts are high. You really have 2 choices: 1) Add more memory 2) Reduce the load on the box. I suspect you are running Oracle. The first thing you need to do is reduce the size of the SGA's because the overhead of swapping is at least 100x greater than that of having to go to disk more frequently because of smaller database caches. You also may have your buffer cache set too large.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Dec 2005 15:52:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-cannot-use-all-the-memory/m-p/3683590#M245839</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-12-02T15:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: Server cannot use all the memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-cannot-use-all-the-memory/m-p/3683591#M245840</link>
      <description>Is there anyway to solve out this problem?&lt;BR /&gt;&lt;BR /&gt;I am not in a condition to increase the RAM &amp;amp; reduce the workload.&lt;BR /&gt;&lt;BR /&gt;This is Kernal Tunables:&lt;BR /&gt;Kernel Tunables:&lt;BR /&gt;----------------&lt;BR /&gt;physical_io_buffers             32768           (fix condor, quetzal, dipper)&lt;BR /&gt;eqmemsize                               512             (fix condor, quetzal, dipper)&lt;BR /&gt;nstrtel                         2048            (fix condor, quetzal, dipper)&lt;BR /&gt;npty                                    2048&lt;BR /&gt;nstrpty                         2048&lt;BR /&gt;bufcache_hash_locks             4096&lt;BR /&gt;create_fastlinks                        1&lt;BR /&gt;dbc_max_pct                             30              (30% of main memory)&lt;BR /&gt;max_thread_proc                 2048&lt;BR /&gt;maxdsiz                         0xFFFFF000&lt;BR /&gt;maxdsiz_64bit                   0x400000000&lt;BR /&gt;maxssiz                         0x8000000&lt;BR /&gt;maxssiz_64bit                   0x8000000&lt;BR /&gt;maxtsiz                         0x40000000&lt;BR /&gt;maxtsiz_64bit                   0x40000000&lt;BR /&gt;msgmax                          32768&lt;BR /&gt;msgmnb                          65536&lt;BR /&gt;msgseg                          20480&lt;BR /&gt;msgssz                          128&lt;BR /&gt;ncsize                          32768&lt;BR /&gt;ninode                          8192&lt;BR /&gt;scsi_max_qdepth                 64&lt;BR /&gt;semmni                          4096&lt;BR /&gt;semmns                          8192&lt;BR /&gt;semume                          512&lt;BR /&gt;shmmni                          512&lt;BR /&gt;shmseg                          512&lt;BR /&gt;vnode_cd_hash_locks             4096&lt;BR /&gt;vnode_hash_locks                        4096&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Strange (non-default) Values:&lt;BR /&gt;-----------------------------&lt;BR /&gt;maxuprc                         3277            (3 &amp;lt;= maxuprc &amp;lt;= nproc - 5)&lt;BR /&gt;maxvgs                          80              (1 &amp;lt;= maxvgs &amp;lt;= 256)&lt;BR /&gt;msgmap                          5122            (3 &amp;lt;= msgmap &amp;lt;= min(msgseg,msgtql) + 2)&lt;BR /&gt;msgmni                          1461            (1 &amp;lt;= msgmni)&lt;BR /&gt;msgtql                          5120            ( max(1,msgmap-2) &amp;lt;= msgtql )&lt;BR /&gt;nfile                                   100000  ( max(2048, 2 * maxfiles_lim) &amp;lt;= nfile &amp;lt;= 2147483647 )&lt;BR /&gt;nswapdev                                25              (1 &amp;lt;= nswapdev &amp;lt;= 25)&lt;BR /&gt;semmnu                          4092            (1 &amp;lt;= semmnu &amp;lt;= nproc - 4)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please suggest what to do?&lt;BR /&gt;Its urgent for me&lt;BR /&gt;Thanks&lt;BR /&gt;Vipin</description>
      <pubDate>Fri, 02 Dec 2005 16:07:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-cannot-use-all-the-memory/m-p/3683591#M245840</guid>
      <dc:creator>Vipin Singhal</dc:creator>
      <dc:date>2005-12-02T16:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: Server cannot use all the memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-cannot-use-all-the-memory/m-p/3683592#M245841</link>
      <description>Your max_dbc_pct is much too high. You really want a buffer cache no larger than about 1600MB -- and that is generous. I would go to a fixed size buffer cache by setting bufpages to a non-zero value. bufpages = 307200 (307200 4K pages = 1200MB).</description>
      <pubDate>Fri, 02 Dec 2005 16:14:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-cannot-use-all-the-memory/m-p/3683592#M245841</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-12-02T16:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: Server cannot use all the memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-cannot-use-all-the-memory/m-p/3683593#M245842</link>
      <description>If you are running 11iv2 - then you can change max_dbc_pct on the fly - no reboot required - however - if you are at 11iv1 - you need an outage.&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Fri, 02 Dec 2005 16:19:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-cannot-use-all-the-memory/m-p/3683593#M245842</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-12-02T16:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Server cannot use all the memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-cannot-use-all-the-memory/m-p/3683594#M245843</link>
      <description>Hi,&lt;BR /&gt;Please tell me the commands , how to make these changes, this will be very helpful to me on this my critical issue.&lt;BR /&gt;&lt;BR /&gt;one thing more, everytime CPU utilization is 0%.&lt;BR /&gt;# vmstat 1 5&lt;BR /&gt;         procs           memory                   page                              faults       cpu&lt;BR /&gt;    r     b     w      avm    free   re   at    pi   po    fr   de    sr     in     sy    cs  us sy id&lt;BR /&gt;    9     1     0   709106  1279790   12    0    18   18     2    0   168   4605 572614   670  15  1 84&lt;BR /&gt;    9     1     0   709106  1279686   26    0     0    0     0    0     0   3515 3114217   688  97  3  0&lt;BR /&gt;    9     1     0   709106  1279686   25    0     0    0     0    0     0   3696 3168264   732  99  1  0&lt;BR /&gt;    9     1     0   709106  1279659   23    0     0    0     0    0     0   3445 3156126   661  98  2  0&lt;BR /&gt;    9     1     0   709106  1279636   22    0     0    0     0    0     0   3763 3098199   748  99  1  0&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Dec 2005 16:19:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-cannot-use-all-the-memory/m-p/3683594#M245843</guid>
      <dc:creator>Vipin Singhal</dc:creator>
      <dc:date>2005-12-02T16:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Server cannot use all the memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-cannot-use-all-the-memory/m-p/3683595#M245844</link>
      <description>HP-UX dipper B.11.23 U ia64 0103035585 unlimited-user license&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please tell me the step by step commands,&lt;BR /&gt;I will be very thankful to you&lt;BR /&gt;Vipin</description>
      <pubDate>Fri, 02 Dec 2005 16:23:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-cannot-use-all-the-memory/m-p/3683595#M245844</guid>
      <dc:creator>Vipin Singhal</dc:creator>
      <dc:date>2005-12-02T16:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Server cannot use all the memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-cannot-use-all-the-memory/m-p/3683596#M245845</link>
      <description>Well...you can use sam -&amp;gt; Kernel and it will lauch the text based kcweb utility - and modify the kernel parameter dbc_max_pct.&lt;BR /&gt;&lt;BR /&gt;Command line:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60105/bufpages.5.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60105/bufpages.5.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Fri, 02 Dec 2005 16:30:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-cannot-use-all-the-memory/m-p/3683596#M245845</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-12-02T16:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: Server cannot use all the memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-cannot-use-all-the-memory/m-p/3683597#M245846</link>
      <description>Hi,&lt;BR /&gt;Please let me know the new parameters:&lt;BR /&gt;&lt;BR /&gt;Please find the attached file&lt;BR /&gt;and suggest me the valuve of:&lt;BR /&gt;1. dbc_max_pct:&lt;BR /&gt;   a. current value ?&lt;BR /&gt;   b. planned value ?&lt;BR /&gt;2. dbc_min_pct:&lt;BR /&gt;   a. current value ?&lt;BR /&gt;   b. planned value ?&lt;BR /&gt;&lt;BR /&gt;what about the CPU utilization?&lt;BR /&gt;what it is showing 0% used?&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;Vipin&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Dec 2005 16:51:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-cannot-use-all-the-memory/m-p/3683597#M245846</guid>
      <dc:creator>Vipin Singhal</dc:creator>
      <dc:date>2005-12-02T16:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: Server cannot use all the memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-cannot-use-all-the-memory/m-p/3683598#M245847</link>
      <description>Please find the attached file and suggest me the new values?&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;vipin</description>
      <pubDate>Fri, 02 Dec 2005 17:09:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-cannot-use-all-the-memory/m-p/3683598#M245847</guid>
      <dc:creator>Vipin Singhal</dc:creator>
      <dc:date>2005-12-02T17:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Server cannot use all the memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-cannot-use-all-the-memory/m-p/3683599#M245848</link>
      <description>Try setting: &lt;BR /&gt;  dbc_max_pct to 10%&lt;BR /&gt;  dbc_min_pct to 5%&lt;BR /&gt;&lt;BR /&gt;If you find you still need additional memory, you could probably even set dbc_max_pct lower to 5%.&lt;BR /&gt;&lt;BR /&gt;With regards to CPU utilization, what is your vhand &amp;amp; swapper proccess activity? If these processes are active, it's possible that your other programs are waiting for pages to be moved back into memory.</description>
      <pubDate>Fri, 02 Dec 2005 17:10:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-cannot-use-all-the-memory/m-p/3683599#M245848</guid>
      <dc:creator>john kingsley</dc:creator>
      <dc:date>2005-12-02T17:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: Server cannot use all the memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-cannot-use-all-the-memory/m-p/3683600#M245849</link>
      <description>Please update&lt;BR /&gt;thanks&lt;BR /&gt;Vipin</description>
      <pubDate>Fri, 02 Dec 2005 17:22:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-cannot-use-all-the-memory/m-p/3683600#M245849</guid>
      <dc:creator>Vipin Singhal</dc:creator>
      <dc:date>2005-12-02T17:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: Server cannot use all the memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-cannot-use-all-the-memory/m-p/3683601#M245850</link>
      <description>I would go with dbc_max at 8 and leave dbc_min at 5.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Dec 2005 17:26:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-cannot-use-all-the-memory/m-p/3683601#M245850</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2005-12-02T17:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Server cannot use all the memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-cannot-use-all-the-memory/m-p/3683602#M245851</link>
      <description>in which i have to make changes?&lt;BR /&gt;kernal tunables or kernal usage?&lt;BR /&gt;&lt;BR /&gt;is reboot required or not?&lt;BR /&gt;&lt;BR /&gt;My OS is:&lt;BR /&gt;HP-UX dipper B.11.23 U ia64 0103035585 unlimited-user license&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;vipin</description>
      <pubDate>Fri, 02 Dec 2005 17:47:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-cannot-use-all-the-memory/m-p/3683602#M245851</guid>
      <dc:creator>Vipin Singhal</dc:creator>
      <dc:date>2005-12-02T17:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: Server cannot use all the memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-cannot-use-all-the-memory/m-p/3683603#M245852</link>
      <description>Hi Vipin ,&lt;BR /&gt;&lt;BR /&gt;dbc_max_pct :&lt;BR /&gt;&lt;BR /&gt;This determines the percentage of main memory to which the dynamic filesystem buffer cache is allowed to grow (When nbuf and bufpages are zero). The default is 50% of memory, but this is major overkill in most cases. With a huge bufcache, you are more likely to get into a situation where free memory is low and you will need to pageout or shrink the buffer cache in order to meet memory demands for active processes. You do not want to get into that situation. If you really want to use a dynamic buffer cache, start with dbc_max_pct at 25. If you have over 2 gigabytes of physical memory , start with it even smaller. &lt;BR /&gt;&lt;BR /&gt;dbc_max_pct = 30 is defined , and seems very high.&lt;BR /&gt;You can make it max to 10 , min to 5 , &amp;amp; woudld be a good value , and will save some memory.&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;Raj.</description>
      <pubDate>Fri, 02 Dec 2005 17:59:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-cannot-use-all-the-memory/m-p/3683603#M245852</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2005-12-02T17:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: Server cannot use all the memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-cannot-use-all-the-memory/m-p/3683604#M245853</link>
      <description>I have made the change to dbc_max_pct :8&lt;BR /&gt;&lt;BR /&gt;Now the memory utilization is ok&lt;BR /&gt;&lt;BR /&gt;but the CPU utilization is 100 % while using glance plus.&lt;BR /&gt;&lt;BR /&gt;and cpu utilization using vmstat 1 5 command:&lt;BR /&gt;&lt;BR /&gt;# vmstat 1 5&lt;BR /&gt;         procs           memory                   page                              faults       cpu&lt;BR /&gt;    r     b     w      avm    free   re   at    pi   po    fr   de    sr     in     sy    cs  us sy id&lt;BR /&gt;   10     1     0   712519  1274024   12    0    18   18     2    0   167   4602 583754   670  15  1 83&lt;BR /&gt;   10     1     0   712519  1273888   32    0     0    0     0    0     0   3333 4620881   624  96  4  0&lt;BR /&gt;   10     1     0   712519  1273870   29    0     0    0     0    0     0   3571 4612338   684  99  1  0&lt;BR /&gt;    9     1     0   716150  1273870   27    0     0    0     0    0     0   3336 4749570   627  98  2  0&lt;BR /&gt;    9     1     0   716150  1273849   24    0     0    0     0    0     0   3141 4724251   577  99  1  0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;why this thing going to be happen?&lt;BR /&gt;thanks&lt;BR /&gt;vipin&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Dec 2005 18:10:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-cannot-use-all-the-memory/m-p/3683604#M245853</guid>
      <dc:creator>Vipin Singhal</dc:creator>
      <dc:date>2005-12-02T18:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Server cannot use all the memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-cannot-use-all-the-memory/m-p/3683605#M245854</link>
      <description>From your last vmstat - looks good - looks like the box isn't "swapping" anymore - IE no more deactivations....&lt;BR /&gt;&lt;BR /&gt;System is just busy - how many cpus do you have?&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Fri, 02 Dec 2005 18:28:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-cannot-use-all-the-memory/m-p/3683605#M245854</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-12-02T18:28:42Z</dc:date>
    </item>
  </channel>
</rss>

