Skip to main content

Home/ Linux/ Group items matching "crash" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle
Sandra Nowakowski

How To Do Data Recovery, Data Security, Data Backup The Right Way - 0 views

  •  
    One of the most frightening things that can happen to a person is to lose the data off of their hard drive. Many of us store personal and business information on our computers. The thought of losing data due to a crashed or failed hard drive or perhaps...
anonymous

OOM Killer - linux-mm.org Wiki - 0 views

  •  
    The functions, code excerpts and comments discussed below here are from mm/oom_kill.c unless otherwise noted. It is the job of the linux 'oom killer' to sacrifice one or more processes in order to free up memory for the system when all else fails. It will also kill any process sharing the same mm_struct as the selected process, for obvious reasons. Any particular process leader may be immunized against the oom killer if the value of its /proc//oomadj is set to the constant OOM_DISABLE (currently defined as -17). The function which does the actual scoring of a process in the effort to find the best candidate for elimination is called badness(), which results from the following call chain: _alloc_pages -> out_of_memory() -> select_bad_process() -> badness() The comments to badness() pretty well speak for themselves:
1 - 4 of 4
Showing 20 items per page