Man Page: balance_dirty_pages_ratelimited
Operating Environment: centos
Section: 9
BALANCE_DIRTY_PAGES_(9) Memory Management in Linux BALANCE_DIRTY_PAGES_(9)NAMEbalance_dirty_pages_ratelimited - balance dirty memory stateSYNOPSISvoid balance_dirty_pages_ratelimited(struct address_space * mapping);ARGUMENTSmapping address_space which was dirtiedDESCRIPTIONProcesses which are dirtying memory should call in here once for each page which was newly dirtied. The function will periodically check the system's dirty state and will initiate writeback if needed. On really big machines, get_writeback_state is expensive, so try to avoid calling it too often (ratelimiting). But once we're over the dirty memory limit we decrease the ratelimiting by a lot, to prevent individual processes from overshooting the limit by (ratelimit_pages) each.COPYRIGHTKernel Hackers Manual 3.10 June 2014 BALANCE_DIRTY_PAGES_(9)
| Related Man Pages |
|---|
| footprint(1) - mojave |
| numa(7) - centos |
| numa_maps(7) - linux |
| numa(7) - linux |
| numa_maps(7) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| DB2 convert digits to binary format |
| CentOS7 restoring file capabilities |
| Docker learning Phase-I |
| Unsure why access time on a directory change isn't changing |