<?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: How to Increase the swap in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-increase-the-swap/m-p/3567646#M18202</link>
    <description>To find out what swap is currently available, you can do any of the following commands:&lt;BR /&gt;&lt;BR /&gt;swapon -s&lt;BR /&gt;grep SwapTotal /proc/meminfo&lt;BR /&gt;free&lt;BR /&gt;&lt;BR /&gt;To make additional swap, you have a few choices.  If you are using LVM, and you have some physical extents free, you can create a new logical volume, and 'mkswap' it.&lt;BR /&gt;&lt;BR /&gt;If you have any physical disk space available, you can create a new partition (using 'fdisk', setting it's filesystem-type to 'swap' (82)), and then use 'mkswap' on it.&lt;BR /&gt;&lt;BR /&gt;Or if you have neither of those, and just some free disk space, you can create a paging file using 'dd', and create a virtual-swap-file using that (see 'man mkswap' for more details).&lt;BR /&gt;&lt;BR /&gt;Either way, make sure you add the '/etc/fstab' entry to automatically add it upon boot-up.&lt;BR /&gt;&lt;BR /&gt;Good luck!</description>
    <pubDate>Tue, 21 Jun 2005 07:49:56 GMT</pubDate>
    <dc:creator>Stuart Browne</dc:creator>
    <dc:date>2005-06-21T07:49:56Z</dc:date>
    <item>
      <title>How to Increase the swap</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-increase-the-swap/m-p/3567645#M18201</link>
      <description>Dear friends,&lt;BR /&gt;&lt;BR /&gt;I have Redhat linux ES 3,and i want to increase the paging space,how can i increase it?&lt;BR /&gt;what's the command to know the current swap?&lt;BR /&gt;&lt;BR /&gt;Thank's a lot.&lt;BR /&gt;Best regards.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Jun 2005 07:34:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-increase-the-swap/m-p/3567645#M18201</guid>
      <dc:creator>John CLARK_5</dc:creator>
      <dc:date>2005-06-21T07:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to Increase the swap</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-increase-the-swap/m-p/3567646#M18202</link>
      <description>To find out what swap is currently available, you can do any of the following commands:&lt;BR /&gt;&lt;BR /&gt;swapon -s&lt;BR /&gt;grep SwapTotal /proc/meminfo&lt;BR /&gt;free&lt;BR /&gt;&lt;BR /&gt;To make additional swap, you have a few choices.  If you are using LVM, and you have some physical extents free, you can create a new logical volume, and 'mkswap' it.&lt;BR /&gt;&lt;BR /&gt;If you have any physical disk space available, you can create a new partition (using 'fdisk', setting it's filesystem-type to 'swap' (82)), and then use 'mkswap' on it.&lt;BR /&gt;&lt;BR /&gt;Or if you have neither of those, and just some free disk space, you can create a paging file using 'dd', and create a virtual-swap-file using that (see 'man mkswap' for more details).&lt;BR /&gt;&lt;BR /&gt;Either way, make sure you add the '/etc/fstab' entry to automatically add it upon boot-up.&lt;BR /&gt;&lt;BR /&gt;Good luck!</description>
      <pubDate>Tue, 21 Jun 2005 07:49:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-increase-the-swap/m-p/3567646#M18202</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-06-21T07:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to Increase the swap</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-increase-the-swap/m-p/3567647#M18203</link>
      <description>to see how much swap space you already have:&lt;BR /&gt;swapon -s&lt;BR /&gt;&lt;BR /&gt;to increase your available swap space with a swap file:&lt;BR /&gt;&lt;BR /&gt;check out the following link:&lt;BR /&gt;&lt;A href="http://enterprise.linux.com/enterprise/05/03/02/2250257.shtml?tid=129&amp;amp;tid=42" target="_blank"&gt;http://enterprise.linux.com/enterprise/05/03/02/2250257.shtml?tid=129&amp;amp;tid=42&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sergejs</description>
      <pubDate>Tue, 21 Jun 2005 07:51:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-increase-the-swap/m-p/3567647#M18203</guid>
      <dc:creator>Sergejs Svitnevs</dc:creator>
      <dc:date>2005-06-21T07:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to Increase the swap</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-increase-the-swap/m-p/3567648#M18204</link>
      <description>&lt;BR /&gt;use free command to find out current swap size on your system. &lt;BR /&gt;&lt;BR /&gt;To add swap, there are two ways:&lt;BR /&gt;* If you are having free partition, then set it to type swap using fdisk and format it using mkswap. To add this in to swap space, you can use swapon &lt;DEVICE name=""&gt;&lt;BR /&gt;&lt;BR /&gt;To make it permanent add this entry in /etc/fstab, like:&lt;BR /&gt;&lt;BR /&gt;/dev/device   swap      swap    defaults        0 0&lt;BR /&gt;&lt;BR /&gt;if you dont have any free partition, then create a block file using dd command (check man mkswap for more details on this) and use this file as swap. you can add this into /etc/fstab to make it permanent.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Gopi&lt;/DEVICE&gt;</description>
      <pubDate>Tue, 21 Jun 2005 08:37:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-increase-the-swap/m-p/3567648#M18204</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-06-21T08:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to Increase the swap</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-increase-the-swap/m-p/3567649#M18205</link>
      <description>Performance note on swap.&lt;BR /&gt;&lt;BR /&gt;Increasing swap beyond 2 time memory will negatively affect overall performance. If you are already at this level, the real answer to memory shortage issues is to increase memory, not swap.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 21 Jun 2005 08:50:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-increase-the-swap/m-p/3567649#M18205</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-06-21T08:50:26Z</dc:date>
    </item>
  </channel>
</rss>

