- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Linux Out of memory issue due to perl
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-18-2005 04:46 PM
тАО03-18-2005 04:46 PM
Linux Out of memory issue due to perl
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.
I checked top command , and found Perl5.8.0 utilising almost all memory and cpu.
I need your help.
Also any script , it will check and kill only perl5.8.0 process , use for cron.
Thx.
Abhijeet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-20-2005 03:04 AM
тАО03-20-2005 03:04 AM
Re: Linux Out of memory issue due to perl
RHEL4 is today's RH "commercial" linux, you can take RHEL free clone Pie Box or CentOS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-20-2005 06:34 PM
тАО03-20-2005 06:34 PM
Re: Linux Out of memory issue due to perl
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-20-2005 10:41 PM
тАО03-20-2005 10:41 PM
Re: Linux Out of memory issue due to perl
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-21-2005 07:43 PM
тАО03-21-2005 07:43 PM
Re: Linux Out of memory issue due to perl
What does it do? Which application start is? You should find out and disable it.
NiCK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-22-2005 04:57 AM
тАО03-22-2005 04:57 AM
Re: Linux Out of memory issue due to perl
while (
}
This will map the whole file into memory. If you need to read a very large file, you need to read / seek / etc.
If not that, then you'll need to debug your script.