<?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: swapinfo - Correct Parameter - Kernel in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-correct-parameter-kernel/m-p/4239973#M329856</link>
    <description>Yes, you need to set 'swapmem_on' to 1. No doubt. It is just a mechanism to ensure that the kernel does not fail the memory requests when the swap space runs out. Because, if portion of the RAM is still available, the kernel can still use it, except that it has to 'wire' it now as there is no swap space to back it.</description>
    <pubDate>Mon, 28 Jul 2008 02:25:58 GMT</pubDate>
    <dc:creator>Venkatesh BL</dc:creator>
    <dc:date>2008-07-28T02:25:58Z</dc:date>
    <item>
      <title>swapinfo - Correct Parameter - Kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-correct-parameter-kernel/m-p/4239957#M329840</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;Please, I need a help.&lt;BR /&gt;&lt;BR /&gt;I'm using HP-UX B.11.23 U ia64 with a model ia64 hp server rx2660.&lt;BR /&gt;&lt;BR /&gt;We have 8GB of physical memory and I getting some messages:&lt;BR /&gt;&lt;BR /&gt;"/oracle9i/app/oracle/product/920/backups/monit_arc.sh: cannot fork: no swap space&lt;BR /&gt;/oracle9i/app/oracle/product/920/backups/monit_arc.sh: cannot fork: no swap space&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/usr/lib/hpux32/dld.so: Cannot map bss for library: mmap(0x0, 0xa128, 0x3, 0x52, -1, 0x0) returns Not enough space."&lt;BR /&gt;&lt;BR /&gt;Our swap space:&lt;BR /&gt;&lt;BR /&gt;u158 /# swapinfo -tan&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     8388608       0 8388608    0%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;dev     8388608       0 8388608    0%       0       -    0  /dev/vg00/lvol10&lt;BR /&gt;dev     8388608       0 8388608    0%       0       -    0  /dev/vg00/lvol12&lt;BR /&gt;reserve       - 4255096 -4255096&lt;BR /&gt;total   25165824 4255096 20910728   17%       -       0    -&lt;BR /&gt;&lt;BR /&gt;In this moment it's look like good, but I would like to understand why the system isn't using the lvol's swap.&lt;BR /&gt;&lt;BR /&gt;u158 /# swapon -p 1 /dev/vg00/lvol2&lt;BR /&gt;swapon: /dev/vg00/lvol2 is already enabled for paging.&lt;BR /&gt;u158 /# swapon -p 1 /dev/vg00/lvol10&lt;BR /&gt;swapon: /dev/vg00/lvol10 is already enabled for paging.&lt;BR /&gt;u158 /# swapon -p 1 /dev/vg00/lvol12&lt;BR /&gt;swapon: /dev/vg00/lvol12 is already enabled for paging.&lt;BR /&gt;&lt;BR /&gt;u158 /# kmtune | grep swap&lt;BR /&gt;allocate_fs_swapmap                  0  Default&lt;BR /&gt;dmp_swapdev_is_vol                   0  Default&lt;BR /&gt;nswapdev                            10  Default&lt;BR /&gt;nswapfs                             10  Default&lt;BR /&gt;remote_nfs_swap                      0  Default&lt;BR /&gt;swapmem_on                           0  0&lt;BR /&gt;vol_swapdev_is_vol                   0  Default&lt;BR /&gt;&lt;BR /&gt;I need to change the "swapmem_on" parameter to 1?&lt;BR /&gt;&lt;BR /&gt;Why theses areas shows kb used = 0??&lt;BR /&gt;&lt;BR /&gt;Please, could someone give me a help?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Jul 2008 15:10:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-correct-parameter-kernel/m-p/4239957#M329840</guid>
      <dc:creator>cfeitosa</dc:creator>
      <dc:date>2008-07-24T15:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: swapinfo - Correct Parameter - Kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-correct-parameter-kernel/m-p/4239958#M329841</link>
      <description>Still Ur system memory utilization 98%, pls check the system kernel parameter for below parameter value:&lt;BR /&gt;====================================&lt;BR /&gt;dbc_max_pct 50 - 50&lt;BR /&gt;====================================&lt;BR /&gt;If the value is 50, rearrange new value 8 or 10. After value change, required systems reboot. &lt;BR /&gt;&lt;BR /&gt;After reboot the systems then execute top or glance command, hope fully Ur systems problem will be resolve.&lt;BR /&gt;&lt;BR /&gt;***dbc_max_pct - the maximum percentage of memory to be used by dynamic buffer cache.&lt;BR /&gt;&lt;BR /&gt;Values - Minimum - Maximum - Default&lt;BR /&gt;dbc_max_pct 2 - 90 - 50&lt;BR /&gt;&lt;BR /&gt;But HP allows recommended 8 to 10, I have already inform U my previous email.&lt;BR /&gt;&lt;BR /&gt;dbc_max_pct must be greater than or equal to dbc_min_pct.&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Jul 2008 15:41:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-correct-parameter-kernel/m-p/4239958#M329841</guid>
      <dc:creator>Grayh</dc:creator>
      <dc:date>2008-07-24T15:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: swapinfo - Correct Parameter - Kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-correct-parameter-kernel/m-p/4239959#M329842</link>
      <description>See...&lt;BR /&gt;&lt;BR /&gt;dbc_max_pct                         15  15</description>
      <pubDate>Thu, 24 Jul 2008 19:53:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-correct-parameter-kernel/m-p/4239959#M329842</guid>
      <dc:creator>cfeitosa</dc:creator>
      <dc:date>2008-07-24T19:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: swapinfo - Correct Parameter - Kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-correct-parameter-kernel/m-p/4239960#M329843</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The 'Reserve' value alone shown as USED tells me that the system has not actually PAGED OUT anything from memory yet. This is a good thing!&lt;BR /&gt;&lt;BR /&gt;The device to which a page goes to is not decided till the actual time of page out. So, till that point, the kernel just modifies the 'available swap space' counters to ensure that its usage is within the actual available space.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.google.com/View?docid=dc7s6mzr_56cgsg9g" target="_blank"&gt;http://docs.google.com/View?docid=dc7s6mzr_56cgsg9g&lt;/A&gt; has some good info.</description>
      <pubDate>Fri, 25 Jul 2008 02:36:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-correct-parameter-kernel/m-p/4239960#M329843</guid>
      <dc:creator>Venkatesh BL</dc:creator>
      <dc:date>2008-07-25T02:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: swapinfo - Correct Parameter - Kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-correct-parameter-kernel/m-p/4239961#M329844</link>
      <description>Oops, I missed the first part of the query. The situation looks strange to me. Are you on the latest patch for 11.23? Did the problem go away after changing the dbc values?</description>
      <pubDate>Fri, 25 Jul 2008 03:06:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-correct-parameter-kernel/m-p/4239961#M329844</guid>
      <dc:creator>Venkatesh BL</dc:creator>
      <dc:date>2008-07-25T03:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: swapinfo - Correct Parameter - Kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-correct-parameter-kernel/m-p/4239962#M329845</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;check this doc:&lt;BR /&gt;&lt;A href="http://www12.itrc.hp.com/service/cki/docDisplay.do?docId=emr_na-c00904819-7&amp;amp;docLocale=en" target="_blank"&gt;http://www12.itrc.hp.com/service/cki/docDisplay.do?docId=emr_na-c00904819-7&amp;amp;docLocale=en&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Check also your kernel settings as discribed in the doc.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Volkmar&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Jul 2008 06:47:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-correct-parameter-kernel/m-p/4239962#M329845</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2008-07-25T06:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: swapinfo - Correct Parameter - Kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-correct-parameter-kernel/m-p/4239963#M329846</link>
      <description>.. and yes - as the doc says - you should enable pseudo swap with swapmem_on to 1.&lt;BR /&gt;&lt;BR /&gt;V.&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Jul 2008 06:49:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-correct-parameter-kernel/m-p/4239963#M329846</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2008-07-25T06:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: swapinfo - Correct Parameter - Kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-correct-parameter-kernel/m-p/4239964#M329847</link>
      <description>You should also use "swapinfo -tam" so you can get the output in easier to understand Mb.</description>
      <pubDate>Fri, 25 Jul 2008 09:08:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-correct-parameter-kernel/m-p/4239964#M329847</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-07-25T09:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: swapinfo - Correct Parameter - Kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-correct-parameter-kernel/m-p/4239965#M329848</link>
      <description>Hi!&lt;BR /&gt;&lt;BR /&gt;Thanks for all replies.&lt;BR /&gt;&lt;BR /&gt;Patches installed:&lt;BR /&gt;u158 /# swlist | grep -i GOLD&lt;BR /&gt;u158 /#&lt;BR /&gt;u158 /# swlist | grep -i PACK&lt;BR /&gt;  QPKBASE                       B.11.23.0712.070a Base Quality Pack Bundle for HP-UX 11i v2, December 2007&lt;BR /&gt;u158 /#&lt;BR /&gt;&lt;BR /&gt;The doc that V.Nyga said I can't to access because I don't have privileges. So, please, could someone send me this doc in TXT file?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 25 Jul 2008 11:35:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-correct-parameter-kernel/m-p/4239965#M329848</guid>
      <dc:creator>cfeitosa</dc:creator>
      <dc:date>2008-07-25T11:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: swapinfo - Correct Parameter - Kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-correct-parameter-kernel/m-p/4239966#M329849</link>
      <description>&amp;gt;The doc that V.Nyga said I can't to access because I don't have privileges. So, please, could someone send me this doc in TXT file? &lt;BR /&gt;&lt;BR /&gt;You must have a support contract to look at it. Sending/posting the document would violate copyright laws.</description>
      <pubDate>Fri, 25 Jul 2008 12:01:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-correct-parameter-kernel/m-p/4239966#M329849</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-07-25T12:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: swapinfo - Correct Parameter - Kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-correct-parameter-kernel/m-p/4239967#M329850</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;do you have a support contract?&lt;BR /&gt;In your profile go to SUM and add your contract number to your profile.&lt;BR /&gt;Then you can see Technical knowledge base - documents.&lt;BR /&gt;&lt;BR /&gt;As you already asked above: set swapmem_on parameter to 1.&lt;BR /&gt;&lt;BR /&gt;For big swap space you have to connfigure your 'maxswapchunks' kernel parameter.&lt;BR /&gt;What's your current setting?&lt;BR /&gt;&lt;BR /&gt;V.&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Jul 2008 12:36:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-correct-parameter-kernel/m-p/4239967#M329850</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2008-07-25T12:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: swapinfo - Correct Parameter - Kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-correct-parameter-kernel/m-p/4239968#M329851</link>
      <description>Ok! Now I can see the doc.&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;So, In this moment I don't know if I have to use the pseudo swap (swapmem_on = 1) because I have three areas that I'm not using and I don't know why.&lt;BR /&gt;&lt;BR /&gt;I still do no understand why the devices below are with MB USED = 0 (zero)&lt;BR /&gt;&lt;BR /&gt;u158 /# 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        8192       0    8192    0%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;dev        8192       0    8192    0%       0       -    0  /dev/vg00/lvol10&lt;BR /&gt;dev        8192       0    8192    0%       0       -    0  /dev/vg00/lvol12&lt;BR /&gt;reserve       -    4194   -4194&lt;BR /&gt;total     24576    4194   20382   17%       -       0    -&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have a shell that is monitoring the page in and page out and when I had problems (Not enough space) the system did not use the devices areas.&lt;BR /&gt;&lt;BR /&gt;See the return of the shell:&lt;BR /&gt;&lt;BR /&gt;16/07/08-19:43:00   82    18    0     0     7.87  100   2      288    369083     0      0&lt;BR /&gt;16/07/08-19:53:00   82    18    0     0     7.64  100   2      320    296896     0      0&lt;BR /&gt;16/07/08-20:03:00   79    21    0     0     7.18  100   2      374    204885     0      0&lt;BR /&gt;16/07/08-20:13:00   78    22    0     0     7.16  100   2      518    7689       0      0&lt;BR /&gt;16/07/08-20:23:00   78    22    0     0     7.20  100   2      650    7371       25     787&lt;BR /&gt;16/07/08-20:33:01   78    22    0     0     7.21  100   2      780    21264      17     0&lt;BR /&gt;16/07/08-20:43:00   78    22    0     0     7.15  100   2      743    10396      0      0&lt;BR /&gt;16/07/08-20:53:00   79    21    0     0     7.11  100   2      739    8150       0      0&lt;BR /&gt;16/07/08-21:03:01   75    25    0     0     7.07  100   2      739    9470       0      0&lt;BR /&gt;16/07/08-21:13:00   78    22    0     0     7.11  100   2      741    9461       0      0&lt;BR /&gt;16/07/08-21:23:00   78    22    0     0     7.12  100   2      737    9478       0      0&lt;BR /&gt;&lt;BR /&gt;The last two colums show the page in and page out respectively. In this moment the page in was 25 and page out was 787 and the system did not use the lvol's swap devices. &lt;BR /&gt;&lt;BR /&gt;Why??&lt;BR /&gt;&lt;BR /&gt;I have only theses kernel parameters in my system. I don't have 'maxswapchunks' kernel.&lt;BR /&gt;&lt;BR /&gt;u158 /# kmtune | grep maxswapchunks&lt;BR /&gt;u158 /#&lt;BR /&gt;u158 /# kmtune | grep swap&lt;BR /&gt;allocate_fs_swapmap                  0  Default&lt;BR /&gt;dmp_swapdev_is_vol                   0  Default&lt;BR /&gt;nswapdev                            10  Default&lt;BR /&gt;nswapfs                             10  Default&lt;BR /&gt;remote_nfs_swap                      0  Default&lt;BR /&gt;swapmem_on                           0  0&lt;BR /&gt;vol_swapdev_is_vol                   0  Default&lt;BR /&gt;&lt;BR /&gt;u158 /# kmtune | grep dbc_max_pct&lt;BR /&gt;dbc_max_pct                         15  15           Immed&lt;BR /&gt;&lt;BR /&gt;Please, could explain me?&lt;BR /&gt;&lt;BR /&gt;I have other system SD 11.23 that shows MB USED = 97&lt;BR /&gt;&lt;BR /&gt;u35:/# 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       64000      97   63903    0%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;reserve       -   25270  -25270&lt;BR /&gt;total     64000   25367   38633   40%       -       0    -&lt;BR /&gt;&lt;BR /&gt;The difference that I see:&lt;BR /&gt;&lt;BR /&gt;u35:/# swlist | grep -i PACK&lt;BR /&gt;  QPKAPPS                       B.11.23.0609.053a Applications Quality Pack Bundle for HP-UX 11i v2, September 2006&lt;BR /&gt;  QPKBASE                       B.11.23.0609.053a Base Quality Pack Bundle for HP-UX 11i v2, September 2006&lt;BR /&gt;&lt;BR /&gt;u158 /# swlist | grep -i PACK&lt;BR /&gt;  QPKBASE                       B.11.23.0712.070a Base Quality Pack Bundle for HP-UX 11i v2, December 2007&lt;BR /&gt;&lt;BR /&gt;I don't have the QPKAPPS in the server "u158".&lt;BR /&gt;&lt;BR /&gt;What you think?&lt;BR /&gt;&lt;BR /&gt;Thanks a lot!</description>
      <pubDate>Fri, 25 Jul 2008 13:44:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-correct-parameter-kernel/m-p/4239968#M329851</guid>
      <dc:creator>clefeitosa</dc:creator>
      <dc:date>2008-07-25T13:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: swapinfo - Correct Parameter - Kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-correct-parameter-kernel/m-p/4239969#M329852</link>
      <description>You _are_ using the device swap for reservation, that's what the "reserve" line means. &lt;BR /&gt;&lt;BR /&gt;[See the Memory Management white paper for full details on how this works (&lt;A href="http://docs.hp.com/en/1218/mem_mgt.html)" target="_blank"&gt;http://docs.hp.com/en/1218/mem_mgt.html)&lt;/A&gt; but the short version is that new virtual allocations [malloc and friends] have to reserve swap before any actual use. So swap reservation space is roughly the total virtual address space for anything that isn't backed by a file on the entire system.]&lt;BR /&gt;&lt;BR /&gt;When these problems happened -- was there a dramatically different workload running? (Say... something that might be creating a big shared memory segment? Huge stacks [what's maxssiz and maxssiz_64bit?] A bunch of malloc's? (maxdisz/maxdsiz_64bit caps this). Certainly your system looks fine now -- the question is what was eating a bunch of virtual space when you hit the failures.&lt;BR /&gt;&lt;BR /&gt;Track the swapinfo reserve status over time and the related VSS of the largest (virtual) user processes to correlate this with what happens. If you have Glance, you should also be able to set alarms so you can catch the system at 90% swap reservation/consumption and take a look if I recall correctly.</description>
      <pubDate>Fri, 25 Jul 2008 14:11:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-correct-parameter-kernel/m-p/4239969#M329852</guid>
      <dc:creator>Don Morris_1</dc:creator>
      <dc:date>2008-07-25T14:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: swapinfo - Correct Parameter - Kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-correct-parameter-kernel/m-p/4239970#M329853</link>
      <description>Oh, and don't bother with maxswapchunks -- as you've already noted, it is obsolete on your release. It isn't your problem anyway (if the devices were not fully added because of running out of metadata to represent them, you'd see that reflected in the swapinfo output).</description>
      <pubDate>Fri, 25 Jul 2008 14:22:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-correct-parameter-kernel/m-p/4239970#M329853</guid>
      <dc:creator>Don Morris_1</dc:creator>
      <dc:date>2008-07-25T14:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: swapinfo - Correct Parameter - Kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-correct-parameter-kernel/m-p/4239971#M329854</link>
      <description>Maybe this helps:&lt;BR /&gt;&lt;A href="http://www11.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&amp;amp;docId=emr_na-c00958840-8" target="_blank"&gt;http://www11.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&amp;amp;docId=emr_na-c00958840-8&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Try to find docs in the Technical knowledge base:&lt;BR /&gt;&lt;A href="http://www11.itrc.hp.com/service/cki/enterService.do?" target="_blank"&gt;http://www11.itrc.hp.com/service/cki/enterService.do?&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;V.&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Jul 2008 14:45:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-correct-parameter-kernel/m-p/4239971#M329854</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2008-07-25T14:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: swapinfo - Correct Parameter - Kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-correct-parameter-kernel/m-p/4239972#M329855</link>
      <description>&amp;gt;I don't know if I have to use the pseudo swap (swapmem_on = 1)&lt;BR /&gt;&lt;BR /&gt;Yes, you'll still want to do that.</description>
      <pubDate>Fri, 25 Jul 2008 23:01:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-correct-parameter-kernel/m-p/4239972#M329855</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-07-25T23:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: swapinfo - Correct Parameter - Kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-correct-parameter-kernel/m-p/4239973#M329856</link>
      <description>Yes, you need to set 'swapmem_on' to 1. No doubt. It is just a mechanism to ensure that the kernel does not fail the memory requests when the swap space runs out. Because, if portion of the RAM is still available, the kernel can still use it, except that it has to 'wire' it now as there is no swap space to back it.</description>
      <pubDate>Mon, 28 Jul 2008 02:25:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-correct-parameter-kernel/m-p/4239973#M329856</guid>
      <dc:creator>Venkatesh BL</dc:creator>
      <dc:date>2008-07-28T02:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: swapinfo - Correct Parameter - Kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-correct-parameter-kernel/m-p/4239974#M329857</link>
      <description>maxssiz                      401604608  401604608    Immed&lt;BR /&gt;maxssiz_64bit               2147483648  2147483648   Immed&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Jul 2008 14:28:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-correct-parameter-kernel/m-p/4239974#M329857</guid>
      <dc:creator>cfeitosa</dc:creator>
      <dc:date>2008-07-29T14:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: swapinfo - Correct Parameter - Kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-correct-parameter-kernel/m-p/4239975#M329858</link>
      <description>Well, I'd certainly lower maxssiz. Your original BSS mapping failure (BSS for a shared library is still a private data per-mapper if I recall correctly) was for a 32-bit app. You've got the stack pre-allocating around 400Mb of the private address space. By default, that only leaves around 600Mb for data/private mmaps, etc. Even assuming more interesting compilation options (like Share Magic), that would be just under 1/4th of the process private address space. Only using MPAS would make this a bit less.&lt;BR /&gt;&lt;BR /&gt;If you don't need a huge stack, lower maxssiz to something more reasonable. I know Java and Oracle like big stacks... so check their documentation (I'd think 128Mb or so would be more than sufficient, but I didn't write their applications either).</description>
      <pubDate>Tue, 29 Jul 2008 14:40:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-correct-parameter-kernel/m-p/4239975#M329858</guid>
      <dc:creator>Don Morris_1</dc:creator>
      <dc:date>2008-07-29T14:40:00Z</dc:date>
    </item>
  </channel>
</rss>

