<?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 Why my system swap although the system has enough free memory in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/why-my-system-swap-although-the-system-has-enough-free-memory/m-p/4637838#M40913</link>
    <description>Dear Men&lt;BR /&gt;I have a question that I couldn’t find the good aswer at this question,&lt;BR /&gt;My linux system is Red Hat Enterprise Linux ES release 3 (Taroon Update 9), memory seize: 6Go&lt;BR /&gt;The free command returns this output:&lt;BR /&gt;             total       used       free     shared    buffers     cached&lt;BR /&gt;Mem:       6097300    5887720     209580          0       7992    3663696&lt;BR /&gt;-/+ buffers/cache:    2216032    3881268&lt;BR /&gt;Swap:      1052248     356900     695348&lt;BR /&gt;it means that the exactly free memory is  (free + buffers + cached)=3663696+7992+209580=3881268Ko&lt;BR /&gt;my question is, why the system use swap (356900Ko) although the system has enough free memory?&lt;BR /&gt;Thanks at advance&lt;BR /&gt;Best regards.&lt;BR /&gt;</description>
    <pubDate>Wed, 26 May 2010 11:48:16 GMT</pubDate>
    <dc:creator>mohamed.bouraoui</dc:creator>
    <dc:date>2010-05-26T11:48:16Z</dc:date>
    <item>
      <title>Why my system swap although the system has enough free memory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/why-my-system-swap-although-the-system-has-enough-free-memory/m-p/4637838#M40913</link>
      <description>Dear Men&lt;BR /&gt;I have a question that I couldn’t find the good aswer at this question,&lt;BR /&gt;My linux system is Red Hat Enterprise Linux ES release 3 (Taroon Update 9), memory seize: 6Go&lt;BR /&gt;The free command returns this output:&lt;BR /&gt;             total       used       free     shared    buffers     cached&lt;BR /&gt;Mem:       6097300    5887720     209580          0       7992    3663696&lt;BR /&gt;-/+ buffers/cache:    2216032    3881268&lt;BR /&gt;Swap:      1052248     356900     695348&lt;BR /&gt;it means that the exactly free memory is  (free + buffers + cached)=3663696+7992+209580=3881268Ko&lt;BR /&gt;my question is, why the system use swap (356900Ko) although the system has enough free memory?&lt;BR /&gt;Thanks at advance&lt;BR /&gt;Best regards.&lt;BR /&gt;</description>
      <pubDate>Wed, 26 May 2010 11:48:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/why-my-system-swap-although-the-system-has-enough-free-memory/m-p/4637838#M40913</guid>
      <dc:creator>mohamed.bouraoui</dc:creator>
      <dc:date>2010-05-26T11:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Why my system swap although the system has enough free memory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/why-my-system-swap-although-the-system-has-enough-free-memory/m-p/4637839#M40914</link>
      <description>I think that a good explanation is here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.linux.com/news/software/applications/8208-all-about-linux-swap-space" target="_blank"&gt;http://www.linux.com/news/software/applications/8208-all-about-linux-swap-space&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;A program may request more memory that it really need, or use a significant number of pages during its startup phase and then never used again. &lt;BR /&gt;&lt;BR /&gt;The system can swap out those pages and free the memory for other applications or even for the disk cache.&lt;BR /&gt;&lt;BR /&gt;"So, as an administrator of these other UNIX system, dealing with memory management goes like this: you expect to see swap in "use"...it means that allocations have been made against it. But it but does not mean any disk IO has happened!.&lt;BR /&gt;&lt;BR /&gt;What you have to do for monitoring is watch the actual swapping stats via sar or some other utility."</description>
      <pubDate>Wed, 26 May 2010 18:29:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/why-my-system-swap-although-the-system-has-enough-free-memory/m-p/4637839#M40914</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2010-05-26T18:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: Why my system swap although the system has enough free memory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/why-my-system-swap-although-the-system-has-enough-free-memory/m-p/4637840#M40915</link>
      <description>Additionally, the kernel may have a parameter set, depending on distribution, to utilize swap even when not necessary - it's not necessarily a bad thing, being that additional space is made available to available memory and cache, but is likely not a huge issue unless you're thrashing your disk on swap. If you're under memory pressure, then worry about it; it will then become much more complicated a problem.</description>
      <pubDate>Wed, 26 May 2010 22:17:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/why-my-system-swap-although-the-system-has-enough-free-memory/m-p/4637840#M40915</guid>
      <dc:creator>macosta</dc:creator>
      <dc:date>2010-05-26T22:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Why my system swap although the system has enough free memory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/why-my-system-swap-although-the-system-has-enough-free-memory/m-p/4637841#M40916</link>
      <description>I will refer you to&lt;BR /&gt;&lt;A href="http://linuxatemyram.com" target="_blank"&gt;http://linuxatemyram.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The parameter that sets the "swappability" or "swappiness"of the running kernel is documented on &lt;BR /&gt;&lt;A href="https://help.ubuntu.com/community/SwapFaq#What%20is%20swappiness%20and%20how%20do%20I%20change%20it?" target="_blank"&gt;https://help.ubuntu.com/community/SwapFaq#What%20is%20swappiness%20and%20how%20do%20I%20change%20it?&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards, Gerardo</description>
      <pubDate>Thu, 27 May 2010 00:08:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/why-my-system-swap-although-the-system-has-enough-free-memory/m-p/4637841#M40916</guid>
      <dc:creator>Gerardo Arceri</dc:creator>
      <dc:date>2010-05-27T00:08:58Z</dc:date>
    </item>
  </channel>
</rss>

