Account Links: Cart | Register | Log In

Skip to content

Red Hat Knowledgebase
Red Hat Knowledgebase Search
Currently Being Moderated

Why do I get OOM kills when I copy a large amount of data over Network File System?

Article ID: 7317 - Created on: Jul 12, 2006 6:00 PM - Last Modified:  Jul 16, 2006 6:00 PM

When the size of the data to be copied exceeds the size of physical memory, oom-killer starts randomly killing processes. This can be fixed by:

 



sysctl -w vm.lower_zone_protection 100

 

When lower_zone_protection is set to 100, it increases the free page threshold by 100 thereby starting page reclamation earlier and preventing NFS (Network File System) from getting far behind the kernel's memory demands.

 

For further details, refer to the Bugzilla entries:

 

https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=193542

https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=163555

Feedback from users like yourself is a critical factor in helping us make the Red Hat Knowledgebase as useful as possible.

More Like This

  • Retrieving data ...