<?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 A process consumes memory constantly in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/a-process-consumes-memory-constantly/m-p/5246580#M52350</link>
    <description>java.bin process "RES"(Resident size) of "top" command is increasing as time goes by, it never reaches a certain value. We have to reboot the system when all swap is exhausted. Is this an indication of memory leak? In the man page of top it says "RES" = CODE + DATA. One would think "RES" has to be a certain size, can not be grow unbounded. It is Red Hat Linux 4 system. The Java is IBM's.&lt;BR /&gt;Any idea will be appreciated.</description>
    <pubDate>Tue, 06 Jul 2010 15:49:54 GMT</pubDate>
    <dc:creator>John Guster</dc:creator>
    <dc:date>2010-07-06T15:49:54Z</dc:date>
    <item>
      <title>A process consumes memory constantly</title>
      <link>https://community.hpe.com/t5/operating-system-linux/a-process-consumes-memory-constantly/m-p/5246580#M52350</link>
      <description>java.bin process "RES"(Resident size) of "top" command is increasing as time goes by, it never reaches a certain value. We have to reboot the system when all swap is exhausted. Is this an indication of memory leak? In the man page of top it says "RES" = CODE + DATA. One would think "RES" has to be a certain size, can not be grow unbounded. It is Red Hat Linux 4 system. The Java is IBM's.&lt;BR /&gt;Any idea will be appreciated.</description>
      <pubDate>Tue, 06 Jul 2010 15:49:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/a-process-consumes-memory-constantly/m-p/5246580#M52350</guid>
      <dc:creator>John Guster</dc:creator>
      <dc:date>2010-07-06T15:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: A process consumes memory constantly</title>
      <link>https://community.hpe.com/t5/operating-system-linux/a-process-consumes-memory-constantly/m-p/5246581#M52351</link>
      <description>Hi John,&lt;BR /&gt;&lt;BR /&gt;Is Oracle running on RHEL?&lt;BR /&gt;Any specific messages?&lt;BR /&gt;&lt;BR /&gt;The Expert here could help better...&lt;BR /&gt;&lt;BR /&gt;SNS</description>
      <pubDate>Tue, 06 Jul 2010 17:37:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/a-process-consumes-memory-constantly/m-p/5246581#M52351</guid>
      <dc:creator>S.N.S</dc:creator>
      <dc:date>2010-07-06T17:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: A process consumes memory constantly</title>
      <link>https://community.hpe.com/t5/operating-system-linux/a-process-consumes-memory-constantly/m-p/5246582#M52352</link>
      <description>Below is part of the top output:&lt;BR /&gt;&lt;BR /&gt;  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND                                                                &lt;BR /&gt; 7498 appadm    18   0 2209m 391m 3756 S  0.0 19.3   0:02.30 java.bin &lt;BR /&gt;Note that RES=391m, it is keeping growing to the point system has to be rebooted. There is no oracle, not any error while it is growning.                                                               &lt;BR /&gt;          &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Jul 2010 17:57:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/a-process-consumes-memory-constantly/m-p/5246582#M52352</guid>
      <dc:creator>John Guster</dc:creator>
      <dc:date>2010-07-06T17:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: A process consumes memory constantly</title>
      <link>https://community.hpe.com/t5/operating-system-linux/a-process-consumes-memory-constantly/m-p/5246583#M52353</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hpux.ws/?p=8" target="_blank"&gt;http://www.hpux.ws/?p=8&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;There is a Linux version or rather Linux code in that shell script.&lt;BR /&gt;&lt;BR /&gt;It will help you identify the process, which you already seemed to have done.&lt;BR /&gt;&lt;BR /&gt;Normally this is fixed by patching the application.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 06 Jul 2010 18:29:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/a-process-consumes-memory-constantly/m-p/5246583#M52353</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-07-06T18:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: A process consumes memory constantly</title>
      <link>https://community.hpe.com/t5/operating-system-linux/a-process-consumes-memory-constantly/m-p/5246584#M52354</link>
      <description>&amp;gt;&amp;gt;&amp;gt; Is this an indication of memory leak?&lt;BR /&gt;&lt;BR /&gt;Nornally yes, you can use pmap to identify how much "private" (anonymous) memory the process is using.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;A good document can be found here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://blogs.sun.com/nickstephen/entry/solaris_measuring_the_memory_overhead" target="_blank"&gt;http://blogs.sun.com/nickstephen/entry/solaris_measuring_the_memory_overhead&lt;/A&gt;</description>
      <pubDate>Wed, 07 Jul 2010 13:13:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/a-process-consumes-memory-constantly/m-p/5246584#M52354</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2010-07-07T13:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: A process consumes memory constantly</title>
      <link>https://community.hpe.com/t5/operating-system-linux/a-process-consumes-memory-constantly/m-p/5246585#M52355</link>
      <description>It seems it is used for the heap which has max limit set. Before it reaches the max, it will appear as memory leaking because it is growning and growning...thanks for your ideas.</description>
      <pubDate>Thu, 08 Jul 2010 18:48:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/a-process-consumes-memory-constantly/m-p/5246585#M52355</guid>
      <dc:creator>John Guster</dc:creator>
      <dc:date>2010-07-08T18:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: A process consumes memory constantly</title>
      <link>https://community.hpe.com/t5/operating-system-linux/a-process-consumes-memory-constantly/m-p/5246586#M52356</link>
      <description>&amp;gt;it will appear as memory leaking because it is growing and growing&lt;BR /&gt;&lt;BR /&gt;Java has a different definition of memory leak because it has garbage collection.</description>
      <pubDate>Sun, 11 Jul 2010 00:36:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/a-process-consumes-memory-constantly/m-p/5246586#M52356</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-07-11T00:36:33Z</dc:date>
    </item>
  </channel>
</rss>

