<?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: No swap consum in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/no-swap-consum/m-p/3795111#M23555</link>
    <description>ok, thank you.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 26 May 2006 04:20:44 GMT</pubDate>
    <dc:creator>Carme Torca</dc:creator>
    <dc:date>2006-05-26T04:20:44Z</dc:date>
    <item>
      <title>No swap consum</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-swap-consum/m-p/3795107#M23551</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have one system in linux, but it doesn't consums swap, and the processes doesn't works ok, because they don't have enough memory to work.&lt;BR /&gt;&lt;BR /&gt;   Mem:  3627456k av&lt;BR /&gt;   Swap: 7550540k av&lt;BR /&gt; &lt;BR /&gt;I have&lt;BR /&gt;    JDK : 1.5.0_05&lt;BR /&gt;  JBoss : 4.0.2&lt;BR /&gt; &lt;BR /&gt;What could I do? &lt;BR /&gt;Could I do something to see that the system works ok?&lt;BR /&gt;&lt;BR /&gt;Thanks a lot of!&lt;BR /&gt;Carmen.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 26 May 2006 01:47:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-swap-consum/m-p/3795107#M23551</guid>
      <dc:creator>Carme Torca</dc:creator>
      <dc:date>2006-05-26T01:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: No swap consum</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-swap-consum/m-p/3795108#M23552</link>
      <description>What does '/proc/meminfo' look like?&lt;BR /&gt;&lt;BR /&gt;Is that 7GB of swap in one filesystem, or in multiple, smaller filesystems?</description>
      <pubDate>Fri, 26 May 2006 02:36:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-swap-consum/m-p/3795108#M23552</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2006-05-26T02:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: No swap consum</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-swap-consum/m-p/3795109#M23553</link>
      <description>Here you are,&lt;BR /&gt;&lt;BR /&gt; more '/proc/meminfo'&lt;BR /&gt;        total:    used:    free:  shared: buffers:  cached:&lt;BR /&gt;Mem:  3714514944 1235329024 2479185920        0 192466944 517967872&lt;BR /&gt;Swap: 7731752960        0 7731752960&lt;BR /&gt;MemTotal:      3627456 kB&lt;BR /&gt;MemFree:       2421080 kB&lt;BR /&gt;MemShared:           0 kB&lt;BR /&gt;Buffers:        187956 kB&lt;BR /&gt;Cached:         505828 kB&lt;BR /&gt;SwapCached:          0 kB&lt;BR /&gt;Active:         717568 kB&lt;BR /&gt;ActiveAnon:     387636 kB&lt;BR /&gt;ActiveCache:    329932 kB&lt;BR /&gt;Inact_dirty:    339628 kB&lt;BR /&gt;Inact_laundry:   17196 kB&lt;BR /&gt;Inact_clean:         0 kB&lt;BR /&gt;Inact_target:   214876 kB&lt;BR /&gt;HighTotal:     2768832 kB&lt;BR /&gt;HighFree:      1874060 kB&lt;BR /&gt;LowTotal:       858624 kB&lt;BR /&gt;LowFree:        547020 kB&lt;BR /&gt;SwapTotal:     7550540 kB&lt;BR /&gt;SwapFree:      7550540 kB&lt;BR /&gt;HugePages_Total:     0&lt;BR /&gt;HugePages_Free:      0&lt;BR /&gt;Hugepagesize:     2048 kB&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Fri, 26 May 2006 02:41:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-swap-consum/m-p/3795109#M23553</guid>
      <dc:creator>Carme Torca</dc:creator>
      <dc:date>2006-05-26T02:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: No swap consum</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-swap-consum/m-p/3795110#M23554</link>
      <description>MemTotal: 3627456 kB&lt;BR /&gt;MemFree: 2421080 kB&lt;BR /&gt;&lt;BR /&gt;2GB of memory still isn't in use.  Why cache when you have real memory ?!&lt;BR /&gt;&lt;BR /&gt;Buffers: 187956 kB&lt;BR /&gt;Cached: 505828 kB&lt;BR /&gt;&lt;BR /&gt;500MB as IO caching, with almost 200MB of disk buffers.&lt;BR /&gt;&lt;BR /&gt;SwapTotal: 7550540 kB&lt;BR /&gt;SwapFree: 7550540 kB&lt;BR /&gt;&lt;BR /&gt;As you say, none in use.&lt;BR /&gt;&lt;BR /&gt;So, moral of the story:  Application is only using approximately 512MB of memory at this point.&lt;BR /&gt;&lt;BR /&gt;This means that either the application isn't memory intensive, or it's been tuned to only use a small memory footprint.&lt;BR /&gt;&lt;BR /&gt;Look into your JBoss settings for your application.</description>
      <pubDate>Fri, 26 May 2006 02:52:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-swap-consum/m-p/3795110#M23554</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2006-05-26T02:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: No swap consum</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-swap-consum/m-p/3795111#M23555</link>
      <description>ok, thank you.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 26 May 2006 04:20:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-swap-consum/m-p/3795111#M23555</guid>
      <dc:creator>Carme Torca</dc:creator>
      <dc:date>2006-05-26T04:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: No swap consum</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-swap-consum/m-p/3795112#M23556</link>
      <description>If you need more memory for the Java process&lt;BR /&gt;change the -Xm options used to start the &lt;BR /&gt;java processes.  Java has default values &lt;BR /&gt;if you don't specify them.  For syntax help &lt;BR /&gt;run 'java -X'.  Try adding something like&lt;BR /&gt;'-Xm512x' or -Xm1024x' to the java command&lt;BR /&gt;used to start jboss.&lt;BR /&gt;&lt;BR /&gt;You may also need to investigate changing&lt;BR /&gt;the Java garbage collection options.  &lt;BR /&gt;Default is to stop all activity while &lt;BR /&gt;garbage is collected.&lt;BR /&gt;&lt;BR /&gt;Check the output of 'ulimit -a' to ensure you&lt;BR /&gt;don't have limits set there.  These&lt;BR /&gt;can be changed in /etc/security/limits.conf.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 26 May 2006 17:11:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-swap-consum/m-p/3795112#M23556</guid>
      <dc:creator>Bill Thorsteinson</dc:creator>
      <dc:date>2006-05-26T17:11:41Z</dc:date>
    </item>
  </channel>
</rss>

