<?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: which kernel parameter for user memory? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/which-kernel-parameter-for-user-memory/m-p/2800967#M81922</link>
    <description>Hi,&lt;BR /&gt;Setting dbc_max_pct to 20 % will increase the user memory space.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
    <pubDate>Fri, 06 Sep 2002 05:48:07 GMT</pubDate>
    <dc:creator>U.SivaKumar_2</dc:creator>
    <dc:date>2002-09-06T05:48:07Z</dc:date>
    <item>
      <title>which kernel parameter for user memory?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-kernel-parameter-for-user-memory/m-p/2800966#M81921</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Would appreciate if you guys could advise me which kernel parameter I can tune in my HP-UX v11.00 so as to reduce the amount of memory each user process is taking up. I have two similar HP-UX machines, but one is N-class, the other is L-class. They have the same applications running, but the N-class is serving much more users as compared to the L-class.  From the Glance in my L-class, I noticed that the RSS for each user process is in mb, whereas it's in kb in my N-class machine. I can't tune the kernel in L-class to be exactly the same as the N-class because the N-class is used by much more users and has got more databases. &lt;BR /&gt;&lt;BR /&gt;In a nutshell, I'll need to tune the kernel in my L-class so that each user process takes only a few hundreds kb reflected under the RSS column in the Glance&lt;BR /&gt;&lt;BR /&gt;Thanks so much !&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shirley</description>
      <pubDate>Fri, 06 Sep 2002 05:34:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-kernel-parameter-for-user-memory/m-p/2800966#M81921</guid>
      <dc:creator>Tan Shirley</dc:creator>
      <dc:date>2002-09-06T05:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: which kernel parameter for user memory?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-kernel-parameter-for-user-memory/m-p/2800967#M81922</link>
      <description>Hi,&lt;BR /&gt;Setting dbc_max_pct to 20 % will increase the user memory space.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Fri, 06 Sep 2002 05:48:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-kernel-parameter-for-user-memory/m-p/2800967#M81922</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-09-06T05:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: which kernel parameter for user memory?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-kernel-parameter-for-user-memory/m-p/2800968#M81923</link>
      <description>Hi, Shirley!&lt;BR /&gt;&lt;BR /&gt;You are talking about the RSS, the resident set size of your processes. Usually the kernel determines the working set size of the processes which is the key factor for their RSS. You cannot easily restrict this directly from the OS side (unless you use things like 11.11 memory resource groups).&lt;BR /&gt;&lt;BR /&gt;What you can change directly are things like maxdsiz/maxdsiz_64. But they do not restrict the RSS... here were talk about the vritual set size VSS.&lt;BR /&gt;&lt;BR /&gt;Maybe you should have a look at the memory management white paper for more details. Not an easy stuff! :)&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/os/11i/mem_mgt.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/os/11i/mem_mgt.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards...&lt;BR /&gt; Dietmar.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Sep 2002 06:04:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-kernel-parameter-for-user-memory/m-p/2800968#M81923</guid>
      <dc:creator>Dietmar Konermann</dc:creator>
      <dc:date>2002-09-06T06:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: which kernel parameter for user memory?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-kernel-parameter-for-user-memory/m-p/2800969#M81924</link>
      <description>vps_pagesize is the most likely parameter to cause processes to have more RSS.  The default value is "4", meaning that pages default to 4KB each, (4096 bytes).  If the vps_pagesize value were very high then all pages would default to large sizes.  A value of 1024 would make every page bring in 1MB of RSS.  That would make "small" processes consume at least 3MB for one page each in its text, data, and stack regions.&lt;BR /&gt;While some programs get a big performance boost from large pages, it can be much more efficient to control that with "chatr +pd +pi" settings for particular programs instead of forcing all processes to use large pages.&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Sep 2002 14:34:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-kernel-parameter-for-user-memory/m-p/2800969#M81924</guid>
      <dc:creator>Mike Stroyan</dc:creator>
      <dc:date>2002-09-12T14:34:45Z</dc:date>
    </item>
  </channel>
</rss>

