]> git.baikalelectronics.ru Git - kernel.git/commit
doc: fix incorrect formula to calculate CommitLimit value
authorPetr Oros <poros@redhat.com>
Thu, 22 May 2014 12:04:44 +0000 (14:04 +0200)
committerJiri Kosina <jkosina@suse.cz>
Thu, 22 May 2014 21:01:55 +0000 (23:01 +0200)
commit0ee1a0601131642b79b176e28dd44f608bace53c
treee80b0918bec7a76b4262e76900000d83e4cb4304
parent0a64df687078fb444896ddb3f0f66ce8d865c77f
doc: fix incorrect formula to calculate CommitLimit value

The formula to calculate "CommitLimit" value mentioned in kernel documentation is incorrect.
Right formula is: CommitLimit = ([total RAM pages] - [total huge TLB pages]) * overcommit_ratio / 100 + [total swap pages]

Signed-off-by: Petr Oros <poros@redhat.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Documentation/filesystems/proc.txt