From: Petr Oros Date: Thu, 22 May 2014 12:04:44 +0000 (+0200) Subject: doc: fix incorrect formula to calculate CommitLimit value X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~7^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a9e6da11c9478741947de3a37ac7de26abd23f0;p=pandora-kernel.git 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 Acked-by: Randy Dunlap Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed