<?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: maximum swap per process in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/maximum-swap-per-process/m-p/2697570#M1423</link>
    <description>Since the x86 is a 32 bit machine, we are confined to 4 GB of address space. Because of specific x86 MMU weaknesses we have to split up this space between virtual and physical space. This means that when we choose a larger physical space (to support more RAM) the&lt;BR /&gt;maximum size of an individual program gets smaller. &lt;BR /&gt;&lt;BR /&gt;Linux currenly uses a 3:1 virtual:physical split, meaning that the kernel can use a maximum of 1 GB (minus 64 MB administrational overhead) RAM and the maximum&lt;BR /&gt;program size is 3 GB.&lt;BR /&gt;&lt;BR /&gt; ( taken from linux-mm.org )&lt;BR /&gt;&lt;BR /&gt;So you have actually nothing to do but wait/buy 64bit Linux versions&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Zeev&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sun, 07 Apr 2002 07:18:07 GMT</pubDate>
    <dc:creator>Zeev Fisher</dc:creator>
    <dc:date>2002-04-07T07:18:07Z</dc:date>
    <item>
      <title>maximum swap per process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/maximum-swap-per-process/m-p/2697566#M1419</link>
      <description>On a 1Gb ram, we added 4 swap units of 2Gb each. That makes roughly 8Gb of available memory. However I can't achieve in using more than (roughly) 2.5 Gb by a single process (I managed to run 3 codes of 2Gb in the mean time). My problem is that I want my process to use between 4 and 7 Gb. Is there a way to increase the maximum memory per process?&lt;BR /&gt;I'm on RedHat 7.2 with kernel 2.4.9-31</description>
      <pubDate>Thu, 04 Apr 2002 23:36:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/maximum-swap-per-process/m-p/2697566#M1419</guid>
      <dc:creator>Langlais Benoit</dc:creator>
      <dc:date>2002-04-04T23:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: maximum swap per process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/maximum-swap-per-process/m-p/2697567#M1420</link>
      <description>What does 'ulimit -a' report for the user you are running thse tests as?&lt;BR /&gt;&lt;BR /&gt;And why are you trying to get a user to use swap? It will only slow it down (for normal processes).</description>
      <pubDate>Fri, 05 Apr 2002 01:00:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/maximum-swap-per-process/m-p/2697567#M1420</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2002-04-05T01:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: maximum swap per process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/maximum-swap-per-process/m-p/2697568#M1421</link>
      <description>The results of limit are:&lt;BR /&gt;cputime         unlimited&lt;BR /&gt;filesize        unlimited&lt;BR /&gt;datasize        unlimited&lt;BR /&gt;stacksize       8192 kbytes&lt;BR /&gt;coredumpsize    0 kbytes&lt;BR /&gt;memoryuse       unlimited&lt;BR /&gt;descriptors     1024 &lt;BR /&gt;memorylocked    unlimited&lt;BR /&gt;maxproc         3584 &lt;BR /&gt;openfiles       1024 &lt;BR /&gt;The process I want to run is a scientific code. I know the swap will slow down the results, but the code is quide fast, so the swap-slow issue is not a real problem. Any idea?</description>
      <pubDate>Fri, 05 Apr 2002 15:13:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/maximum-swap-per-process/m-p/2697568#M1421</guid>
      <dc:creator>Langlais Benoit</dc:creator>
      <dc:date>2002-04-05T15:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: maximum swap per process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/maximum-swap-per-process/m-p/2697569#M1422</link>
      <description>Not really.. Those details look pretty normal.  You might want to find a newsgroup reguarding Linux Kernel code and ask in there if there are any 2gig limitations on Swap space utilisation.&lt;BR /&gt;&lt;BR /&gt;Unfortunately, I haven't heard of any such limitations.  By the same token, I've not had any app running under Linux that uses more than about 400Mb at any given moment..&lt;BR /&gt;&lt;BR /&gt;Sorry.</description>
      <pubDate>Sat, 06 Apr 2002 03:09:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/maximum-swap-per-process/m-p/2697569#M1422</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2002-04-06T03:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: maximum swap per process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/maximum-swap-per-process/m-p/2697570#M1423</link>
      <description>Since the x86 is a 32 bit machine, we are confined to 4 GB of address space. Because of specific x86 MMU weaknesses we have to split up this space between virtual and physical space. This means that when we choose a larger physical space (to support more RAM) the&lt;BR /&gt;maximum size of an individual program gets smaller. &lt;BR /&gt;&lt;BR /&gt;Linux currenly uses a 3:1 virtual:physical split, meaning that the kernel can use a maximum of 1 GB (minus 64 MB administrational overhead) RAM and the maximum&lt;BR /&gt;program size is 3 GB.&lt;BR /&gt;&lt;BR /&gt; ( taken from linux-mm.org )&lt;BR /&gt;&lt;BR /&gt;So you have actually nothing to do but wait/buy 64bit Linux versions&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Zeev&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 07 Apr 2002 07:18:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/maximum-swap-per-process/m-p/2697570#M1423</guid>
      <dc:creator>Zeev Fisher</dc:creator>
      <dc:date>2002-04-07T07:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: maximum swap per process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/maximum-swap-per-process/m-p/2697571#M1424</link>
      <description>Zeev,&lt;BR /&gt;I guess you refer to this page &lt;A href="http://www.linux-mm.org/more_than_1GB.shtml." target="_blank"&gt;http://www.linux-mm.org/more_than_1GB.shtml.&lt;/A&gt; However it is written 'This HOWTO is obsoleted by kernel 2.3.24'.  And I am using a 2.4 kernel.&lt;BR /&gt;&lt;BR /&gt;But maybe this is not obsolete. There's something I don't understand. Is the 3Gb a limit for a single process, or the limit for all the processes? I guess this page refer to the first case. Moreover, I've been able to run two simultaneous codes each using 2.6Gb.&lt;BR /&gt;&lt;BR /&gt;Do you know when the 64bit versions of linux will be available?&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;Benoit</description>
      <pubDate>Mon, 08 Apr 2002 13:14:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/maximum-swap-per-process/m-p/2697571#M1424</guid>
      <dc:creator>Langlais Benoit</dc:creator>
      <dc:date>2002-04-08T13:14:14Z</dc:date>
    </item>
  </channel>
</rss>

