Bug 757715

Summary: page allocation failure
Product: Red Hat Enterprise Linux 5 Reporter: Vojtech Juranek <vjuranek>
Component: kernelAssignee: Red Hat Kernel Manager <kernel-mgr>
Status: CLOSED NOTABUG QA Contact: Red Hat Kernel QE team <kernel-qe>
Severity: high Docs Contact:
Priority: unspecified    
Version: 5.7CC: therfert
Target Milestone: rc   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-02-16 14:20:51 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
/var/log/messages none

Description Vojtech Juranek 2011-11-28 13:44:04 UTC
Description of problem:
Kernel failed to allocate memory for a process: java: page allocation failure. order:5, mode:0xd0, for details see attached part of /var/log/messages.
Given process was a java process. It used only about 1/3 of the heap memory (not sure, why it needed to allocate more memory, maybe for some native libs) and the memory wasn't freed even after killing this process.

Priority is high as we have to restart the machine (happened on production server which is critical for us). 

Version-Release number of selected component (if applicable):
kernel 2.6.18-274.7.1.el5

How reproducible:
Random

Steps to Reproduce:
Not known
  

Additional info:
IBM System x3550 M3, 2x E5640 CPU, 24GB RAM

Comment 1 Vojtech Juranek 2011-11-28 13:47:33 UTC
Created attachment 537474 [details]
/var/log/messages

Comment 2 Jes Sorensen 2013-02-16 14:20:51 UTC
The system is out of memory and the application is trying to allocate
more memory. This isn't really a bug.