dirty_ratio

file: /proc/sys/vm/dirty_ratio
variable: vm.dirty_ratio
Official reference

Contains, as a percentage of total available memory that contains free pages and reclaimable pages, the number of pages at which a process which is generating disk writes will itself start writing out dirty data.

The total available memory is not equal to total system memory.

source