<?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: Linux Out of memory issue due to perl in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-out-of-memory-issue-due-to-perl/m-p/3507954#M16775</link>
    <description>Take care "slurping" big files into perl:&lt;BR /&gt;&lt;BR /&gt;while (&lt;FILE&gt;) {&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;This will map the whole file into memory. If you need to read a very large file, you need to read / seek / etc.&lt;BR /&gt;&lt;BR /&gt;If not that, then you'll need to debug your script.&lt;/FILE&gt;</description>
    <pubDate>Tue, 22 Mar 2005 12:57:37 GMT</pubDate>
    <dc:creator>W Sanders_1</dc:creator>
    <dc:date>2005-03-22T12:57:37Z</dc:date>
    <item>
      <title>Linux Out of memory issue due to perl</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-out-of-memory-issue-due-to-perl/m-p/3507949#M16770</link>
      <description>I have a Linux 8 server , used for sendmail , openwebmail. It has perl5.8.0.&lt;BR /&gt;&lt;BR /&gt;All of sudden last 2 days , server periodically not responding , i.e. not able to telnet, send / receive mails , but able to ping that server. We need to restart the server periodically due to this issue.&lt;BR /&gt;&lt;BR /&gt;I checked top command , and found Perl5.8.0 utilising almost all memory and cpu.&lt;BR /&gt;&lt;BR /&gt;I need your help.&lt;BR /&gt;Also any script , it will check and kill only perl5.8.0 process , use for cron.&lt;BR /&gt;&lt;BR /&gt;Thx.&lt;BR /&gt;&lt;BR /&gt;Abhijeet&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 19 Mar 2005 00:46:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-out-of-memory-issue-due-to-perl/m-p/3507949#M16770</guid>
      <dc:creator>Abhijeet_3</dc:creator>
      <dc:date>2005-03-19T00:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Out of memory issue due to perl</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-out-of-memory-issue-due-to-perl/m-p/3507950#M16771</link>
      <description>There is no problem to kill perl processes ["killall perl"], but I recommend you to upgrade you linux box to supported linux version with updated webmail, etc.&lt;BR /&gt;&lt;BR /&gt;RHEL4 is today's RH "commercial" linux, you can take RHEL free clone Pie Box  or CentOS.</description>
      <pubDate>Sun, 20 Mar 2005 11:04:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-out-of-memory-issue-due-to-perl/m-p/3507950#M16771</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2005-03-20T11:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Out of memory issue due to perl</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-out-of-memory-issue-due-to-perl/m-p/3507951#M16772</link>
      <description>which perl script is it? what does it do? did you write it? can you post it here? does the script stay running all the time? perhaps you could run it every hour?&lt;BR /&gt;never seen perl act like this before, so it is difficult to say what is wrong with it just by saying it takes all memory.</description>
      <pubDate>Mon, 21 Mar 2005 02:34:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-out-of-memory-issue-due-to-perl/m-p/3507951#M16772</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2005-03-21T02:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Out of memory issue due to perl</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-out-of-memory-issue-due-to-perl/m-p/3507952#M16773</link>
      <description>hi abhijeet,&lt;BR /&gt;&lt;BR /&gt;as grik told you, you first find out which application is using perl, you might have some mailing related application which is using perl scripting for some purpose.</description>
      <pubDate>Mon, 21 Mar 2005 06:41:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-out-of-memory-issue-due-to-perl/m-p/3507952#M16773</guid>
      <dc:creator>kcpant</dc:creator>
      <dc:date>2005-03-21T06:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Out of memory issue due to perl</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-out-of-memory-issue-due-to-perl/m-p/3507953#M16774</link>
      <description>Hi Abhijeet ,&lt;BR /&gt;&lt;BR /&gt;    What does it do? Which application start is? You should find out and disable it.&lt;BR /&gt;&lt;BR /&gt;NiCK</description>
      <pubDate>Tue, 22 Mar 2005 03:43:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-out-of-memory-issue-due-to-perl/m-p/3507953#M16774</guid>
      <dc:creator>NiCK_76</dc:creator>
      <dc:date>2005-03-22T03:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Out of memory issue due to perl</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-out-of-memory-issue-due-to-perl/m-p/3507954#M16775</link>
      <description>Take care "slurping" big files into perl:&lt;BR /&gt;&lt;BR /&gt;while (&lt;FILE&gt;) {&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;This will map the whole file into memory. If you need to read a very large file, you need to read / seek / etc.&lt;BR /&gt;&lt;BR /&gt;If not that, then you'll need to debug your script.&lt;/FILE&gt;</description>
      <pubDate>Tue, 22 Mar 2005 12:57:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-out-of-memory-issue-due-to-perl/m-p/3507954#M16775</guid>
      <dc:creator>W Sanders_1</dc:creator>
      <dc:date>2005-03-22T12:57:37Z</dc:date>
    </item>
  </channel>
</rss>

