<?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: Increasing Memory in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-memory/m-p/2421354#M124</link>
    <description>Really, no.  There shouldn't be anything that you need to do.  The system should just recognize the additional memory that you got.  If the system doesn't see it, then maybe you might have to flik some switches, but most new systems boards doesn't have this function anymore.&lt;BR /&gt;&lt;BR /&gt;UNIX (and NT?) is smart enough to recognise the total physical memory that is installed.</description>
    <pubDate>Tue, 30 May 2000 17:59:54 GMT</pubDate>
    <dc:creator>William Dy</dc:creator>
    <dc:date>2000-05-30T17:59:54Z</dc:date>
    <item>
      <title>Increasing Memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-memory/m-p/2421348#M118</link>
      <description>I recently bought a new memory board to increase my computers memory.  I just &lt;BR /&gt;installed it but afterwards starting questioning myself as to if there was &lt;BR /&gt;anything special that I needed to do before installing it?  I had a 32mb &lt;BR /&gt;already in it and added a 128 mb to make it a total of 160mb.</description>
      <pubDate>Wed, 12 Apr 2000 07:07:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-memory/m-p/2421348#M118</guid>
      <dc:creator>April Bernard</dc:creator>
      <dc:date>2000-04-12T07:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing Memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-memory/m-p/2421349#M119</link>
      <description>When you increase memory, increase the swap. Add another swap area, or increase &lt;BR /&gt;the one you have already.&lt;BR /&gt;If you have the luxury of having another swap area of same size on another &lt;BR /&gt;disk, this would be an advantage.&lt;BR /&gt;to list what is alredy configured do&lt;BR /&gt;swapinfo  &lt;BR /&gt;&lt;BR /&gt;  Remember, you need upto 2.5 * memory for swap&lt;BR /&gt;&lt;BR /&gt;to create another swap area&lt;BR /&gt;&lt;BR /&gt;lvcreate -C y -s -r -n swap2 /dev/vg00&lt;BR /&gt;swapon /dev/vg00/swap2&lt;BR /&gt;dont forget to add it to fstab</description>
      <pubDate>Wed, 12 Apr 2000 20:47:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-memory/m-p/2421349#M119</guid>
      <dc:creator>Terja Lange_1</dc:creator>
      <dc:date>2000-04-12T20:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing Memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-memory/m-p/2421350#M120</link>
      <description>Actually, the amount of swap space needed is very much dependent on what you will run at the same time, and also whether you have swapmem_on set to 1. If you have 1000 megs of RAM and want to run 1000 megs of programs, you'll need 1000 megs of swap space for mapping (when swapmem_on is 0). However, if you turn swapmem_on to 1 (a kernel parameter) then you only need swapspace to accomodate processes that total more than 75% of RAM. For example, 1000 megs of RAM plus 100 megs of swap will allow up to 750 megs + 100 megs = 850 megs of programs to run at the same time.</description>
      <pubDate>Mon, 29 May 2000 20:09:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-memory/m-p/2421350#M120</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2000-05-29T20:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing Memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-memory/m-p/2421351#M121</link>
      <description>I don't think the lvcreate command will work on a PC.  If you look at the memory sizes she is talking about, I believe this is a PC.  A 9000 box with 32MB of RAM isn't going to do much.&lt;BR /&gt;April, you should post your question in the PC forum.&lt;BR /&gt;</description>
      <pubDate>Tue, 30 May 2000 13:05:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-memory/m-p/2421351#M121</guid>
      <dc:creator>Dave Wherry</dc:creator>
      <dc:date>2000-05-30T13:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing Memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-memory/m-p/2421352#M122</link>
      <description>Yes, It looks like a PC, and if that is for a PC, it is up to what kind of Motherboard and Ram you choose, otherwise, PC will not boot up. According to your distribsion, it looks like you are using an old model PC, if you use MS-NT, just make sure you need update the PAGE FILE size in NT, it is the same idea as swap for UNIX, you can go to Control Panel, System, System performence and Virtual Memory, and change the Virtual Memory size to change the Page File size.</description>
      <pubDate>Tue, 30 May 2000 14:12:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-memory/m-p/2421352#M122</guid>
      <dc:creator>Sunny Chen</dc:creator>
      <dc:date>2000-05-30T14:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing Memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-memory/m-p/2421353#M123</link>
      <description>April,&lt;BR /&gt;&lt;BR /&gt;This question belongs to Workstations (HP Visualize- NT based)&lt;BR /&gt;&lt;BR /&gt;Cheers!&lt;BR /&gt;</description>
      <pubDate>Tue, 30 May 2000 15:43:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-memory/m-p/2421353#M123</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-05-30T15:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing Memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-memory/m-p/2421354#M124</link>
      <description>Really, no.  There shouldn't be anything that you need to do.  The system should just recognize the additional memory that you got.  If the system doesn't see it, then maybe you might have to flik some switches, but most new systems boards doesn't have this function anymore.&lt;BR /&gt;&lt;BR /&gt;UNIX (and NT?) is smart enough to recognise the total physical memory that is installed.</description>
      <pubDate>Tue, 30 May 2000 17:59:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-memory/m-p/2421354#M124</guid>
      <dc:creator>William Dy</dc:creator>
      <dc:date>2000-05-30T17:59:54Z</dc:date>
    </item>
  </channel>
</rss>

