Skip to content

Commit 8beeae8

Browse files
theyoyojotorvalds
authored andcommitted
mm/page_alloc: fix documentation error
When I increased the upper bound of the min_free_kbytes value in ee8eb9a ("mm/page_alloc: increase default min_free_kbytes bound") I forgot to tweak the above comment to reflect the new value. This patch fixes that mistake. Signed-off-by: Joel Savitz <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Cc: Matthew Wilcox <[email protected]> Cc: Rafael Aquini <[email protected]> Cc: Fabrizio D'Angelo <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Linus Torvalds <[email protected]>
1 parent a3a66c3 commit 8beeae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mm/page_alloc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7832,7 +7832,7 @@ void setup_per_zone_wmarks(void)
78327832
* Initialise min_free_kbytes.
78337833
*
78347834
* For small machines we want it small (128k min). For large machines
7835-
* we want it large (64MB max). But it is not linear, because network
7835+
* we want it large (256MB max). But it is not linear, because network
78367836
* bandwidth does not increase linearly with machine size. We use
78377837
*
78387838
* min_free_kbytes = 4 * sqrt(lowmem_kbytes), for better accuracy:

0 commit comments

Comments
 (0)