File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -337,12 +337,13 @@ struct zone {
337337 unsigned long nr_reserved_highatomic ;
338338
339339 /*
340- * We don't know if the memory that we're going to allocate will be freeable
341- * or/and it will be released eventually, so to avoid totally wasting several
342- * GB of ram we must reserve some of the lower zone memory (otherwise we risk
343- * to run OOM on the lower zones despite there's tons of freeable ram
344- * on the higher zones). This array is recalculated at runtime if the
345- * sysctl_lowmem_reserve_ratio sysctl changes.
340+ * We don't know if the memory that we're going to allocate will be
341+ * freeable or/and it will be released eventually, so to avoid totally
342+ * wasting several GB of ram we must reserve some of the lower zone
343+ * memory (otherwise we risk to run OOM on the lower zones despite
344+ * there being tons of freeable ram on the higher zones). This array is
345+ * recalculated at runtime if the sysctl_lowmem_reserve_ratio sysctl
346+ * changes.
346347 */
347348 long lowmem_reserve [MAX_NR_ZONES ];
348349
You can’t perform that action at this time.
0 commit comments