- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- memoryleak? oomkiller kills processes
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-16-2005 12:20 AM
тАО03-16-2005 12:20 AM
memoryleak? oomkiller kills processes
Fedora core 3 runlevel 3 used as a webserver
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.
I have no process withs consumes the load of memory
After a reboot the same happens again.
How can I find the "thing" that takes the memory?
Thanks in Advance
Donald
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-16-2005 12:47 AM
тАО03-16-2005 12:47 AM
Re: memoryleak? oomkiller kills processes
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.
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.
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.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-16-2005 07:20 PM
тАО03-16-2005 07:20 PM
Re: memoryleak? oomkiller kills processes
output [sort by memory usage by press "M"]?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-17-2005 09:31 PM
тАО03-17-2005 09:31 PM
Re: memoryleak? oomkiller kills processes
There is 4M free at the moment, while swap is almost unused.
Here follows the output of vmstat and top
vmstat -s -S M -a
503 M total memory
495 M used memory
170 M active memory
230 M inactive memory
7 M free memory
211 M buffer memory
161 M swap cache
1960 M total swap
25 M used swap
1935 M free swap
top (ordered by memory:)
top - 11:23:36 up 2 days, 1:57, 2 users, load average: 0.01, 0.03, 0.00
Tasks: 67 total, 1 running, 66 sleeping, 0 stopped, 0 zombie
Cpu(s): 0.3% us, 0.0% sy, 0.0% ni, 99.7% id, 0.0% wa, 0.0% hi, 0.0% si
Mem: 515116k total, 501692k used, 13424k free, 216304k buffers
Swap: 2008040k total, 25804k used, 1982236k free, 167004k cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
31791 apache 15 0 17272 5548 2396 S 0.0 1.1 0:00.08 httpd
27595 apache 15 0 17376 5492 2308 S 0.0 1.1 0:02.93 httpd
27601 apache 16 0 17376 5264 2120 S 0.0 1.0 0:00.43 httpd
2289 ntp 16 0 5140 5132 3440 S 0.0 1.0 0:05.08 ntpd
2758 root 16 0 13288 3148 1288 S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-20-2005 02:54 AM
тАО03-20-2005 02:54 AM
Re: memoryleak? oomkiller kills processes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-22-2005 06:40 PM
тАО03-22-2005 06:40 PM
Re: memoryleak? oomkiller kills processes
you can use
ps -aux command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-24-2005 07:06 PM
тАО03-24-2005 07:06 PM
Re: memoryleak? oomkiller kills processes
- cronjobs starting when the previous version was not finished.
- the configuration of /etc/pam.d/crond
- the running of lots of mrtg-jobs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-24-2005 07:07 PM
тАО03-24-2005 07:07 PM