<?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: Increase swap space on RedHat9 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/increase-swap-space-on-redhat9/m-p/3054351#M6276</link>
    <description>One thing is you need to analyze whether more swap is going to help.&lt;BR /&gt;&lt;BR /&gt;Making swap more than twice physical memory can slow systems down.  You may have an overloaded system that needs more memory.&lt;BR /&gt;&lt;BR /&gt;But you asked about swap.&lt;BR /&gt;&lt;BR /&gt;If you used lvm to create it, here is the command set to increase it.  As I recall, swap needs to be contiguous.&lt;BR /&gt;&lt;BR /&gt;lvextend -L 4048 /dev/vg00/swap /dev/dsk/#####&lt;BR /&gt;&lt;BR /&gt;You will need to change the name of the logical volume to meet your system and use a real disk.&lt;BR /&gt;&lt;BR /&gt;I draw this information from my HP-UX lvm skills. I don't use lvm on Linux because I can't mirror with it.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Thu, 21 Aug 2003 20:19:46 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2003-08-21T20:19:46Z</dc:date>
    <item>
      <title>Increase swap space on RedHat9</title>
      <link>https://community.hpe.com/t5/operating-system-linux/increase-swap-space-on-redhat9/m-p/3054350#M6275</link>
      <description>Hi all, how do I increase swap space on RH9. I used LVM to create a 3gig filesystem and assign it all swap space but actually needed a 4 gig filesystem to do that. Someone pls help. Points will definitely be assigned.</description>
      <pubDate>Thu, 21 Aug 2003 19:33:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/increase-swap-space-on-redhat9/m-p/3054350#M6275</guid>
      <dc:creator>Ragni Singh</dc:creator>
      <dc:date>2003-08-21T19:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Increase swap space on RedHat9</title>
      <link>https://community.hpe.com/t5/operating-system-linux/increase-swap-space-on-redhat9/m-p/3054351#M6276</link>
      <description>One thing is you need to analyze whether more swap is going to help.&lt;BR /&gt;&lt;BR /&gt;Making swap more than twice physical memory can slow systems down.  You may have an overloaded system that needs more memory.&lt;BR /&gt;&lt;BR /&gt;But you asked about swap.&lt;BR /&gt;&lt;BR /&gt;If you used lvm to create it, here is the command set to increase it.  As I recall, swap needs to be contiguous.&lt;BR /&gt;&lt;BR /&gt;lvextend -L 4048 /dev/vg00/swap /dev/dsk/#####&lt;BR /&gt;&lt;BR /&gt;You will need to change the name of the logical volume to meet your system and use a real disk.&lt;BR /&gt;&lt;BR /&gt;I draw this information from my HP-UX lvm skills. I don't use lvm on Linux because I can't mirror with it.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 21 Aug 2003 20:19:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/increase-swap-space-on-redhat9/m-p/3054351#M6276</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-08-21T20:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: Increase swap space on RedHat9</title>
      <link>https://community.hpe.com/t5/operating-system-linux/increase-swap-space-on-redhat9/m-p/3054352#M6277</link>
      <description>Sanjay,&lt;BR /&gt;&lt;BR /&gt;Have you read the answers users provided on the original thread you started?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x7edf52b400a43d4d8c930f1540c834f4,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x7edf52b400a43d4d8c930f1540c834f4,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Next time, please look more carefully before starting another thread asking EXACTLY the same question. And don't forget to assign points accordingly.&lt;BR /&gt;&lt;BR /&gt;[]'s&lt;BR /&gt;Paulo Fessel</description>
      <pubDate>Thu, 21 Aug 2003 21:01:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/increase-swap-space-on-redhat9/m-p/3054352#M6277</guid>
      <dc:creator>Paulo A G Fessel</dc:creator>
      <dc:date>2003-08-21T21:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Increase swap space on RedHat9</title>
      <link>https://community.hpe.com/t5/operating-system-linux/increase-swap-space-on-redhat9/m-p/3054353#M6278</link>
      <description>Steven,&lt;BR /&gt;&lt;BR /&gt;It seems that Sanjay allocated a wrong amount of swap space and filled the remainder with file system(s). So he either would need to reduce the other file system(s) before changing swap size or creating a complementary swap file with 1 GB in size.&lt;BR /&gt;&lt;BR /&gt;Contrary to HP-UX, there's no need in Linux to swapspace being continuous:&lt;BR /&gt;&lt;BR /&gt;[root@wotan proc]# more /proc/swaps&lt;BR /&gt;Filename                        Type            Size    Used    Priority&lt;BR /&gt;/dev/ide/host0/bus0/target1/lun0/part3 partition        530136  0       -1&lt;BR /&gt;/dev/mediavg/swap               partition       524280  0       -2&lt;BR /&gt;[root@wotan proc]# lvdisplay -v /dev/mediavg/swap&lt;BR /&gt;--- Logical volume ---&lt;BR /&gt;LV Name                /dev/mediavg/swap&lt;BR /&gt;VG Name                mediavg&lt;BR /&gt;LV Write Access        read/write&lt;BR /&gt;LV Status              available&lt;BR /&gt;LV #                   2&lt;BR /&gt;# open                 1&lt;BR /&gt;LV Size                512 MB&lt;BR /&gt;Current LE             128&lt;BR /&gt;Allocated LE           128&lt;BR /&gt;Allocation             next free&lt;BR /&gt;Read ahead sectors     1024&lt;BR /&gt;Block device           58:1&lt;BR /&gt;&lt;BR /&gt;   --- Distribution of logical volume on 2 physical volumes  ---&lt;BR /&gt;   PV Name                  PE on PV     reads      writes&lt;BR /&gt;   /dev/ide/host0/bus0/target1/lun0/part2 64           1          3&lt;BR /&gt;   /dev/ide/host0/bus0/target0/lun0/part9 64           0          0&lt;BR /&gt;&lt;BR /&gt;Here, I created a swapspace of 512 MB, which is comprised of 2 256 MB chunks. Ok, this may hinder performance if your chunks are all on the same disks, but there are no limitations whatsoever about how to set-up your swapspace.&lt;BR /&gt;&lt;BR /&gt;[]'s&lt;BR /&gt;Paulo Fessel</description>
      <pubDate>Thu, 21 Aug 2003 21:30:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/increase-swap-space-on-redhat9/m-p/3054353#M6278</guid>
      <dc:creator>Paulo A G Fessel</dc:creator>
      <dc:date>2003-08-21T21:30:33Z</dc:date>
    </item>
  </channel>
</rss>

