<?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: memoryleak? oomkiller kills processes in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/memoryleak-oomkiller-kills-processes/m-p/4891353#M45430</link>
    <description>I you have time, you need to figure out where the leak is.&lt;BR /&gt;&lt;BR /&gt;It could be the httpd server itself. It could be mysql. It could be a DOS type attack on the httpd server or other application.&lt;BR /&gt;&lt;BR /&gt;Shut down and leave shut down suspected applications one at a time until the system is stable. Then you know which application to focus on.&lt;BR /&gt;&lt;BR /&gt;If its a httpd attack, check the access_log file for entires that don't belong. If the machine is exposed to the Internet and there are a lot of gets or posts to websites you don't host, you have a DOS problem and I can provide specific help on stopping it.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Wed, 16 Mar 2005 08:47:05 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2005-03-16T08:47:05Z</dc:date>
    <item>
      <title>memoryleak? oomkiller kills processes</title>
      <link>https://community.hpe.com/t5/operating-system-linux/memoryleak-oomkiller-kills-processes/m-p/4891352#M45429</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Fedora core 3 runlevel 3 used as a webserver&lt;BR /&gt;Since a while this system is loosing memory . When the memory is empty oom-killer kills processes f.i. httpd mysqld. So the systems becomes unusable.&lt;BR /&gt;I have no process withs consumes the load of memory&lt;BR /&gt;&lt;BR /&gt;After a reboot the same happens again.&lt;BR /&gt;&lt;BR /&gt;How can I find the "thing" that takes the memory?&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance&lt;BR /&gt;Donald</description>
      <pubDate>Wed, 16 Mar 2005 08:20:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/memoryleak-oomkiller-kills-processes/m-p/4891352#M45429</guid>
      <dc:creator>Donald Kok</dc:creator>
      <dc:date>2005-03-16T08:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: memoryleak? oomkiller kills processes</title>
      <link>https://community.hpe.com/t5/operating-system-linux/memoryleak-oomkiller-kills-processes/m-p/4891353#M45430</link>
      <description>I you have time, you need to figure out where the leak is.&lt;BR /&gt;&lt;BR /&gt;It could be the httpd server itself. It could be mysql. It could be a DOS type attack on the httpd server or other application.&lt;BR /&gt;&lt;BR /&gt;Shut down and leave shut down suspected applications one at a time until the system is stable. Then you know which application to focus on.&lt;BR /&gt;&lt;BR /&gt;If its a httpd attack, check the access_log file for entires that don't belong. If the machine is exposed to the Internet and there are a lot of gets or posts to websites you don't host, you have a DOS problem and I can provide specific help on stopping it.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 16 Mar 2005 08:47:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/memoryleak-oomkiller-kills-processes/m-p/4891353#M45430</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-03-16T08:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: memoryleak? oomkiller kills processes</title>
      <link>https://community.hpe.com/t5/operating-system-linux/memoryleak-oomkiller-kills-processes/m-p/4891354#M45431</link>
      <description>Donald, what do you see in the top of "top"&lt;BR /&gt;output [sort by memory usage by press "M"]?</description>
      <pubDate>Thu, 17 Mar 2005 03:20:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/memoryleak-oomkiller-kills-processes/m-p/4891354#M45431</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2005-03-17T03:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: memoryleak? oomkiller kills processes</title>
      <link>https://community.hpe.com/t5/operating-system-linux/memoryleak-oomkiller-kills-processes/m-p/4891355#M45432</link>
      <description>The biggest poces is httpd with 10M.&lt;BR /&gt;There is 4M free at the moment, while swap is almost unused.&lt;BR /&gt;Here follows the output of vmstat and top &lt;BR /&gt;vmstat -s -S M -a&lt;BR /&gt;          503 M total memory&lt;BR /&gt;          495 M used memory&lt;BR /&gt;          170 M active memory&lt;BR /&gt;          230 M inactive memory&lt;BR /&gt;            7 M free memory&lt;BR /&gt;          211 M buffer memory&lt;BR /&gt;          161 M swap cache&lt;BR /&gt;         1960 M total swap&lt;BR /&gt;           25 M used swap&lt;BR /&gt;         1935 M free swap&lt;BR /&gt;&lt;BR /&gt;top (ordered by memory:)&lt;BR /&gt;top - 11:23:36 up 2 days,  1:57,  2 users,  load average: 0.01, 0.03, 0.00&lt;BR /&gt;Tasks:  67 total,   1 running,  66 sleeping,   0 stopped,   0 zombie&lt;BR /&gt;Cpu(s):  0.3% us,  0.0% sy,  0.0% ni, 99.7% id,  0.0% wa,  0.0% hi,  0.0% si&lt;BR /&gt;Mem:    515116k total,   501692k used,    13424k free,   216304k buffers&lt;BR /&gt;Swap:  2008040k total,    25804k used,  1982236k free,   167004k cached&lt;BR /&gt;&lt;BR /&gt;  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND&lt;BR /&gt;31791 apache    15   0 17272 5548 2396 S  0.0  1.1   0:00.08 httpd&lt;BR /&gt;27595 apache    15   0 17376 5492 2308 S  0.0  1.1   0:02.93 httpd&lt;BR /&gt;27601 apache    16   0 17376 5264 2120 S  0.0  1.0   0:00.43 httpd&lt;BR /&gt; 2289 ntp       16   0  5140 5132 3440 S  0.0  1.0   0:05.08 ntpd&lt;BR /&gt; 2758 root      16   0 13288 3148 1288 S</description>
      <pubDate>Fri, 18 Mar 2005 05:31:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/memoryleak-oomkiller-kills-processes/m-p/4891355#M45432</guid>
      <dc:creator>Donald Kok</dc:creator>
      <dc:date>2005-03-18T05:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: memoryleak? oomkiller kills processes</title>
      <link>https://community.hpe.com/t5/operating-system-linux/memoryleak-oomkiller-kills-processes/m-p/4891356#M45433</link>
      <description>I suggest to run "top" via cron every 5 minutes, for example, so we'll able to see which process[es] eat memory.</description>
      <pubDate>Sun, 20 Mar 2005 10:54:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/memoryleak-oomkiller-kills-processes/m-p/4891356#M45433</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2005-03-20T10:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: memoryleak? oomkiller kills processes</title>
      <link>https://community.hpe.com/t5/operating-system-linux/memoryleak-oomkiller-kills-processes/m-p/4891357#M45434</link>
      <description>if you do not want to use top, &lt;BR /&gt;you can use&lt;BR /&gt;ps -aux command.&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Mar 2005 02:40:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/memoryleak-oomkiller-kills-processes/m-p/4891357#M45434</guid>
      <dc:creator>Chakravarthi</dc:creator>
      <dc:date>2005-03-23T02:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: memoryleak? oomkiller kills processes</title>
      <link>https://community.hpe.com/t5/operating-system-linux/memoryleak-oomkiller-kills-processes/m-p/4891358#M45435</link>
      <description>The system works ok now. I do not know exactly why, but it has something to do with:&lt;BR /&gt;&lt;BR /&gt;- cronjobs starting when the previous version was not finished.&lt;BR /&gt;- the configuration of /etc/pam.d/crond&lt;BR /&gt;- the running of lots of mrtg-jobs&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Mar 2005 03:06:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/memoryleak-oomkiller-kills-processes/m-p/4891358#M45435</guid>
      <dc:creator>Donald Kok</dc:creator>
      <dc:date>2005-03-25T03:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: memoryleak? oomkiller kills processes</title>
      <link>https://community.hpe.com/t5/operating-system-linux/memoryleak-oomkiller-kills-processes/m-p/4891359#M45436</link>
      <description>So this thread is closed.</description>
      <pubDate>Fri, 25 Mar 2005 03:07:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/memoryleak-oomkiller-kills-processes/m-p/4891359#M45436</guid>
      <dc:creator>Donald Kok</dc:creator>
      <dc:date>2005-03-25T03:07:34Z</dc:date>
    </item>
  </channel>
</rss>

