<?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: swap usage in V3 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-usage-in-v3/m-p/5223015#M467200</link>
    <description>&amp;gt;&amp;gt;you need lvol2 to boot up, right? &lt;BR /&gt;&lt;BR /&gt;Yes&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;And you can't boot up without swap, right?&lt;BR /&gt;&lt;BR /&gt;Yes.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;So I guess its not all baloney is it? You need swap to boot up.&lt;BR /&gt;&lt;BR /&gt;I never said you do not need swap.  I never said to get rid of LVOL2.&lt;BR /&gt;&lt;BR /&gt;Again, you said: ""It is better to have everything in primary swap"&lt;BR /&gt;&lt;BR /&gt;That is the statement I disagree with.&lt;BR /&gt;&lt;BR /&gt;For all I care you **COULD** have 24 GB of primary swap (LVOL2) or you could 1 GB of Primary swap (LVOL2) and 23 GB of secondary swap.  I don't care.  BUT, worrying about what layout will give the **best performance** when paging out is what I have a problem with.  &lt;BR /&gt;&lt;BR /&gt;And you still have not explained your "8gb of primary swap in ram" statement.</description>
    <pubDate>Wed, 03 Feb 2010 19:20:11 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2010-02-03T19:20:11Z</dc:date>
    <item>
      <title>swap usage in V3</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-usage-in-v3/m-p/5222997#M467182</link>
      <description>&lt;!--!*#--&gt;Hi all,&lt;BR /&gt;  Below is the swapinfo output.&lt;BR /&gt;&lt;BR /&gt;# 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    2634    5558   32%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;dev       16384    2635   13749   16%       0       -    1  /dev/vg00/lvol10&lt;BR /&gt;dev        8192    2634    5558   32%       0       -    1  /dev/vg00/lvol11&lt;BR /&gt;reserve       -   15251  -15251&lt;BR /&gt;memory    15555    4296   11259   28%&lt;BR /&gt;total     48323   27450   20873   57%       -       0    -&lt;BR /&gt;&lt;BR /&gt;   This is in V3 system in which pseudo swap is enabled by default. But the above swapinfo out put shows that using swap space. How to instruct my system to use physical memory? This is oracle database system.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Davis Paul.&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Feb 2010 21:15:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-usage-in-v3/m-p/5222997#M467182</guid>
      <dc:creator>Davis Paul</dc:creator>
      <dc:date>2010-02-02T21:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: swap usage in V3</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-usage-in-v3/m-p/5222998#M467183</link>
      <description>You _are_ using physical memory. Overusing it, in fact such that the system had to push 7903Mb out to the swap device. (Used on the dev lines is actual disk space written to, not reservation -- it means you really honestly paged memory out).&lt;BR /&gt;&lt;BR /&gt;You need to add more RAM or reduce the load. Reducing the load may be on the user side (did you set the SGA too large? Running too many DB connections?) or may be on the kernel side (what's filecache_min / filecache_max? Are you using direct I/O for the oracle transactions [in which case, the filecache is less important and should be reduced]? Are you using VxFS and have you checked the value of vx_ninode (see such links as &lt;A href="http://docs.hp.com/en/5992-3364/apbs02.html" target="_blank"&gt;http://docs.hp.com/en/5992-3364/apbs02.html&lt;/A&gt; )?&lt;BR /&gt;&lt;BR /&gt;Your memory line does indicate not that much of this should be kernel dynamic memory [so the vx_ninode may be a factor, but not enough of one]. Those allocations will be considered locked and hence borrow from memory swap. With only 4296Mb of memory swap consumed, it isn't 7Gb of kernel consumption that's your problem -- so you should check file cache and user space loads first (and likely the latter -- too big of an SGA or too many clients).</description>
      <pubDate>Tue, 02 Feb 2010 21:56:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-usage-in-v3/m-p/5222998#M467183</guid>
      <dc:creator>Don Morris_1</dc:creator>
      <dc:date>2010-02-02T21:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: swap usage in V3</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-usage-in-v3/m-p/5222999#M467184</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;It is better to have everything in primary swap and yours is into 24 gb of 2ndary swap.  Not good.  However, 8GB is a lot of primary swap.  You can play around with this formula and see if changing maxswapchunk helps.&lt;BR /&gt;&lt;BR /&gt;Use this formula for to determine primary swap.&lt;BR /&gt;&lt;BR /&gt;MaxSwap=maxswapchunks*1024*swchunk&lt;BR /&gt;&lt;BR /&gt;Let say I increased maxswapchunk to 2048. BTW swchunk is set at 2048 (no need to change this). With that..&lt;BR /&gt;(2048*1024*2048)/1024=4194304 KB&lt;BR /&gt;ie 4096MB So the max amount of swap I can configure is 4GB.&lt;BR /&gt;&lt;BR /&gt;vxinnode is not the problem here, his RAM is 16 GB.  The forumla provided is for 3 GB.&lt;BR /&gt;&lt;BR /&gt;More than likely your application, is this SAP, has set up a huge amount of cache within the SGA and it needs to be reduced.&lt;BR /&gt;&lt;BR /&gt;I would look at the application being uses and see about reducing its cache, sga, shared memory consumption.&lt;BR /&gt;&lt;BR /&gt;What is po in vmstat?  Is is above 0?  If so then you are certainly paging.&lt;BR /&gt;&lt;BR /&gt;Adding more memory would make this a faster box if you can't reduce your 2ndary swap.</description>
      <pubDate>Wed, 03 Feb 2010 02:19:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-usage-in-v3/m-p/5222999#M467184</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2010-02-03T02:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: swap usage in V3</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-usage-in-v3/m-p/5223000#M467185</link>
      <description>&amp;gt;&amp;gt;It is better to have everything in primary swap&lt;BR /&gt;&lt;BR /&gt;My personal opinion --- Baloney!&lt;BR /&gt;&lt;BR /&gt;It does not matter HOW you lay out swap.  If you start paging out to any significant degree, performance will SUCK!&lt;BR /&gt;&lt;BR /&gt;To paraphrase A. Clay Stephenson: Worrying about swap layout is like rearranging the deck chair on the Titanic.  It's basically pointless.</description>
      <pubDate>Wed, 03 Feb 2010 02:38:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-usage-in-v3/m-p/5223000#M467185</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2010-02-03T02:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: swap usage in V3</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-usage-in-v3/m-p/5223001#M467186</link>
      <description>Really?  Since when was disk faster than RAM?</description>
      <pubDate>Wed, 03 Feb 2010 06:13:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-usage-in-v3/m-p/5223001#M467186</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2010-02-03T06:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: swap usage in V3</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-usage-in-v3/m-p/5223002#M467187</link>
      <description>Now really Patrick why?  I always get confused on this arguement with Clay.  He use to go against an HP white paper too as well and now you support him.</description>
      <pubDate>Wed, 03 Feb 2010 06:42:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-usage-in-v3/m-p/5223002#M467187</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2010-02-03T06:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: swap usage in V3</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-usage-in-v3/m-p/5223003#M467188</link>
      <description>&amp;gt;Michael: Really? Since when was disk faster than RAM?&lt;BR /&gt;&lt;BR /&gt;That's exactly Clay's and Patrick's points.  You don't want to swap at all.  By the time it decides to use primary or secondary swap, it is already orders of magnitude too slow.</description>
      <pubDate>Wed, 03 Feb 2010 08:48:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-usage-in-v3/m-p/5223003#M467188</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-02-03T08:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: swap usage in V3</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-usage-in-v3/m-p/5223004#M467189</link>
      <description>WELL REREAD THE THREAD - THE SUBJECT IS TWO SECONDARY SWAP LVOLS TOTALLING 24 GB!!&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Feb 2010 13:39:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-usage-in-v3/m-p/5223004#M467189</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2010-02-03T13:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: swap usage in V3</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-usage-in-v3/m-p/5223005#M467190</link>
      <description>&amp;gt;&amp;gt;WELL REREAD THE THREAD - THE SUBJECT IS TWO SECONDARY SWAP LVOLS TOTALLING 24 GB!!&lt;BR /&gt;&lt;BR /&gt;No, the subject is "swap usage in V3."&lt;BR /&gt;&lt;BR /&gt;The main question is: "How to instruct my system to use physical memory?"  Which has been answered.&lt;BR /&gt;&lt;BR /&gt;Unless you're reading something different than I am.</description>
      <pubDate>Wed, 03 Feb 2010 14:17:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-usage-in-v3/m-p/5223005#M467190</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2010-02-03T14:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: swap usage in V3</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-usage-in-v3/m-p/5223006#M467191</link>
      <description>As mentioned before, whether you have 20 separate swap areas or one large one, when it gets used, something could not fit into RAM and processes had to be kicked out into swap space. 20 years ago, when RAM was measured in MB, having fast swap was really important because you couldn't afford to have 1000 MB of RAM and you lived with swapping. Today, the internal disks on most servers are much, much slower than fibre disk arrays so technically, using primary swap on vg00 is not a good idea -- assuming you have to page out a lot. In that case, a small primary area (2-4 GB) with a large LUN from a high speed array would be a better choice. But that's because additional RAM is too expensive for your system and therefore maximizing swap speed is the primary objective.&lt;BR /&gt; &lt;BR /&gt;Of course, disk speeds are meaningless if you are not using swap space except for reservation. You don't want processes to ever be paged out if performance is a important.&lt;BR /&gt; &lt;BR /&gt;Now that said, you might have a database engine that fits nicely into RAM but there are 500 interactive users all around the world. They type some data into the system every few minutes but their programs are idle (waiting to do something) for at least 50% of the workday. In that case, those programs can indeed be paged out and then recalled when necessary. There is a slight delay (a second or two) as each program is brought back but no delay while it is in use. &lt;BR /&gt;</description>
      <pubDate>Wed, 03 Feb 2010 14:59:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-usage-in-v3/m-p/5223006#M467191</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2010-02-03T14:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: swap usage in V3</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-usage-in-v3/m-p/5223007#M467192</link>
      <description>Patrick&lt;BR /&gt;&lt;BR /&gt;there is 8gb of primary swap in ram and 16gb of 2ndary swap on disk.  You're comment is "..all swap is baloney...".  &lt;BR /&gt;&lt;BR /&gt;Don't you want to provide some kind of arguement that puts all the 2ndary swap into the primary swap by buying more ram.&lt;BR /&gt;&lt;BR /&gt;Cuz I don't see that explanation at all.</description>
      <pubDate>Wed, 03 Feb 2010 16:56:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-usage-in-v3/m-p/5223007#M467192</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2010-02-03T16:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: swap usage in V3</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-usage-in-v3/m-p/5223008#M467193</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt; Thanks for your quick response. My question is not yet answered.&lt;BR /&gt;&lt;BR /&gt; In the swapinfo output above  only 32% of physical memory is used.System is using swap even free physical memory is available. I need my system to use maximum  physical memory then swap.Is it possible?.how?.. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Feb 2010 17:00:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-usage-in-v3/m-p/5223008#M467193</guid>
      <dc:creator>Davis Paul</dc:creator>
      <dc:date>2010-02-03T17:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: swap usage in V3</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-usage-in-v3/m-p/5223009#M467194</link>
      <description>&amp;gt;&amp;gt;there is 8gb of primary swap in ram and 16gb of 2ndary swap on disk. &lt;BR /&gt;&lt;BR /&gt;What?!?!?!  "swap in ram"?  What the heck are you talking about?  There is no such thing!  &lt;BR /&gt;&lt;BR /&gt;The PRIMARY SWAP space (/dev/vg00/lvol2 - 8GB) is on disk.  The other swap space (/dev/vg00/lvol10 and lvol11 - 24 GB total), which is what I assume you term secondary, is also on disk.&lt;BR /&gt;&lt;BR /&gt;All 3 device swap areas above are also set at a priority of '1' so they will all get used equally.  &lt;BR /&gt;&lt;BR /&gt;If you are talking about 'pseudo swap' as swap space in RAM, then that is not swap at all.  It is a calculation to make the system **think** there is more swap than there actually is.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;In the swapinfo output above only 32% of physical memory is used.&lt;BR /&gt;&lt;BR /&gt;If you are looking at the 'memory' line of swapinfo, that is incorrect.  The memory line indicates how much 'pseudo swap' is used.  It is not an indication of how much physical RAM is used.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;I need my system to use maximum physical memory then swap.Is it possible?.how?..&lt;BR /&gt;&lt;BR /&gt;It will do that all by itself.  There is no parameter to set to tell the system to use 75% RAM before swapping or 100% RAM before swapping.&lt;BR /&gt;&lt;BR /&gt;With the snapshot posted above, it is possible that RAM usage decreased so that you are not using 100% RAM, but until the pages that have been swapped out to disk are requested again, they will remain on disk.</description>
      <pubDate>Wed, 03 Feb 2010 17:19:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-usage-in-v3/m-p/5223009#M467194</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2010-02-03T17:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: swap usage in V3</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-usage-in-v3/m-p/5223010#M467195</link>
      <description>dev        8192    2634    5558   32%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;&lt;BR /&gt;So this isn't swap.  Right.  That's your explanation, right?  lvol2 is not swap?  Right?&lt;BR /&gt;&lt;BR /&gt;God has HP support gone downhill.  What a joke.</description>
      <pubDate>Wed, 03 Feb 2010 17:37:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-usage-in-v3/m-p/5223010#M467195</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2010-02-03T17:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: swap usage in V3</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-usage-in-v3/m-p/5223011#M467196</link>
      <description>&amp;gt;&amp;gt;dev 8192 2634 5558 32% 0 - 1 /dev/vg00/lvol2&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;So this isn't swap. Right. That's your &amp;gt;&amp;gt;explanation, right? lvol2 is not swap? Right?&lt;BR /&gt;&lt;BR /&gt;NO, that is NOT my explanation.  If you go back and READ what I wrote, you will see that.  &lt;BR /&gt;&lt;BR /&gt;LVOL2 is definitely swap.  BUT it is DEVICE swap.  It is on DISK.  It is NOT in RAM.&lt;BR /&gt;&lt;BR /&gt;I am still VERY CONFUSED by your "swap in RAM" statement.  That makes absolutely no sense to me.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;God has HP support gone downhill. What a joke.&lt;BR /&gt;&lt;BR /&gt;You think I work for HP?  You are mistaken!</description>
      <pubDate>Wed, 03 Feb 2010 18:01:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-usage-in-v3/m-p/5223011#M467196</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2010-02-03T18:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: swap usage in V3</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-usage-in-v3/m-p/5223012#M467197</link>
      <description>My personal opinion --- Baloney!&lt;BR /&gt;&lt;BR /&gt;It does not matter HOW you lay out swap. &lt;BR /&gt;&lt;BR /&gt;Did you say all swap is baloney or not?</description>
      <pubDate>Wed, 03 Feb 2010 18:33:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-usage-in-v3/m-p/5223012#M467197</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2010-02-03T18:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: swap usage in V3</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-usage-in-v3/m-p/5223013#M467198</link>
      <description>&amp;gt;&amp;gt;My personal opinion --- Baloney!&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;It does not matter HOW you lay out swap.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;Did you say all swap is baloney or not?&lt;BR /&gt;&lt;BR /&gt;No, I did not say "all swap is baloney".  What I said, or tried to say, is that having all swap as PRIMARY SWAP, ie. one large swap volume, is baloney.&lt;BR /&gt;&lt;BR /&gt;You said:  "It is better to have everything in primary swap"&lt;BR /&gt;&lt;BR /&gt;That is what I consider baloney.</description>
      <pubDate>Wed, 03 Feb 2010 19:07:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-usage-in-v3/m-p/5223013#M467198</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2010-02-03T19:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: swap usage in V3</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-usage-in-v3/m-p/5223014#M467199</link>
      <description>Just so you understand, Patrick, you need lvol2 to boot up, right?  And you can't boot up without swap, right?  So I guess its not all baloney is it?  You need swap to boot up.&lt;BR /&gt;&lt;BR /&gt;Yes or no?</description>
      <pubDate>Wed, 03 Feb 2010 19:14:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-usage-in-v3/m-p/5223014#M467199</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2010-02-03T19:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: swap usage in V3</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-usage-in-v3/m-p/5223015#M467200</link>
      <description>&amp;gt;&amp;gt;you need lvol2 to boot up, right? &lt;BR /&gt;&lt;BR /&gt;Yes&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;And you can't boot up without swap, right?&lt;BR /&gt;&lt;BR /&gt;Yes.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;So I guess its not all baloney is it? You need swap to boot up.&lt;BR /&gt;&lt;BR /&gt;I never said you do not need swap.  I never said to get rid of LVOL2.&lt;BR /&gt;&lt;BR /&gt;Again, you said: ""It is better to have everything in primary swap"&lt;BR /&gt;&lt;BR /&gt;That is the statement I disagree with.&lt;BR /&gt;&lt;BR /&gt;For all I care you **COULD** have 24 GB of primary swap (LVOL2) or you could 1 GB of Primary swap (LVOL2) and 23 GB of secondary swap.  I don't care.  BUT, worrying about what layout will give the **best performance** when paging out is what I have a problem with.  &lt;BR /&gt;&lt;BR /&gt;And you still have not explained your "8gb of primary swap in ram" statement.</description>
      <pubDate>Wed, 03 Feb 2010 19:20:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-usage-in-v3/m-p/5223015#M467200</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2010-02-03T19:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: swap usage in V3</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-usage-in-v3/m-p/5223016#M467201</link>
      <description>It is better to have everything in primary swap and yours is into 24 gb of 2ndary swap. Not good. However, 8GB is a lot of primary swap. You can play around with this formula and see if changing maxswapchunk helps.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Keep it up Patrick.</description>
      <pubDate>Wed, 03 Feb 2010 19:23:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-usage-in-v3/m-p/5223016#M467201</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2010-02-03T19:23:47Z</dc:date>
    </item>
  </channel>
</rss>

