<?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 Swap usage in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-usage/m-p/3049929#M813154</link>
    <description>Hi Guys!&lt;BR /&gt;I have one question about swap. I have a system that is having almost 20% of swap area all the time. When I turn the database and all the otther applications  off, this value begins to decrease, but will never be zero. &lt;BR /&gt;If I restart the system, and don't start any other application this value will be zero all the time. &lt;BR /&gt;Why does this vale not become zero?&lt;BR /&gt;I have 1 GB of memory and 2 GB of swap space.&lt;BR /&gt;Thanks</description>
    <pubDate>Fri, 15 Aug 2003 15:32:36 GMT</pubDate>
    <dc:creator>LucianoCarvalho</dc:creator>
    <dc:date>2003-08-15T15:32:36Z</dc:date>
    <item>
      <title>Swap usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-usage/m-p/3049929#M813154</link>
      <description>Hi Guys!&lt;BR /&gt;I have one question about swap. I have a system that is having almost 20% of swap area all the time. When I turn the database and all the otther applications  off, this value begins to decrease, but will never be zero. &lt;BR /&gt;If I restart the system, and don't start any other application this value will be zero all the time. &lt;BR /&gt;Why does this vale not become zero?&lt;BR /&gt;I have 1 GB of memory and 2 GB of swap space.&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 15 Aug 2003 15:32:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-usage/m-p/3049929#M813154</guid>
      <dc:creator>LucianoCarvalho</dc:creator>
      <dc:date>2003-08-15T15:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: Swap usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-usage/m-p/3049930#M813155</link>
      <description>First of all, you need more memory. 1GB is considered tiny these days for any sort of database use.&lt;BR /&gt;&lt;BR /&gt;It's not really surprising that the value doesn't return to zero. Consider the case of a daemon, it's really doing absolutely nothing unless a request comes in; only then is it awakened. There is really no need to page this process back in until that moment.&lt;BR /&gt;&lt;BR /&gt;You really need to use Glance (or vmstat) and examine the pageout rate. If the pageout rate is anything other than very small, your system is definitely under memory pressure.&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Aug 2003 15:41:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-usage/m-p/3049930#M813155</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-08-15T15:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: Swap usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-usage/m-p/3049931#M813156</link>
      <description>Hi clay!&lt;BR /&gt;The pageout rate is about then. do you think this is a high number?</description>
      <pubDate>Fri, 15 Aug 2003 16:31:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-usage/m-p/3049931#M813156</guid>
      <dc:creator>LucianoCarvalho</dc:creator>
      <dc:date>2003-08-15T16:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: Swap usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-usage/m-p/3049932#M813157</link>
      <description>Luciano -- Where are you see the 20% ?&lt;BR /&gt;&lt;BR /&gt;Is it in the reserved area or on the dev line ?&lt;BR /&gt;&lt;BR /&gt;In swapinfo -t output, you will see several lines.&lt;BR /&gt;&lt;BR /&gt;The "dev" lines show actual usage in the PCT USED column.&lt;BR /&gt;&lt;BR /&gt;The "reserved" line shows space reserved for paging.&lt;BR /&gt;&lt;BR /&gt;The "memory" line will appear if you are using psuedo swap.&lt;BR /&gt;&lt;BR /&gt;Obviously the "total" line will be there as well on a swapinfo -t.&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Aug 2003 17:22:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-usage/m-p/3049932#M813157</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2003-08-15T17:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: Swap usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-usage/m-p/3049933#M813158</link>
      <description>The 20% is been reported on dev line.&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Aug 2003 17:27:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-usage/m-p/3049933#M813158</guid>
      <dc:creator>LucianoCarvalho</dc:creator>
      <dc:date>2003-08-15T17:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: Swap usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-usage/m-p/3049934#M813159</link>
      <description>If you are using oracle, check to see whether you pin the oracle sga in memory, recently I have dealed with an oracle database server(1.5GB RAM), the dba pins its sga in memory, results a very high page-out rate. In regard to this, I would suggest that it is possible to pin the oracle sga in memory if there is enough memory.</description>
      <pubDate>Sat, 16 Aug 2003 02:33:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-usage/m-p/3049934#M813159</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-08-16T02:33:46Z</dc:date>
    </item>
  </channel>
</rss>

