From 84b4759fedef1aa706e572a933b7dd003a0d6880 Mon Sep 17 00:00:00 2001 From: "Jan \"Yenya\" Kasprzak" Date: Tue, 15 Aug 2006 01:33:50 -0700 Subject: [PATCH] --- yaml --- r: 33399 b: refs/heads/master c: fb33f82568d32016b3b3c00819574f9526e52be3 h: refs/heads/master i: 33397: 2ef3219e49701c273d16d55bf8fcbd3c6f422ae0 33395: 935e36f461fe1b7851cf56b21b1c4339d276c2de 33391: 083d14a6132894578abdecf5352938121e4d7ad5 v: v3 --- [refs] | 2 +- trunk/Documentation/networking/ip-sysctl.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 1be7fa208408..aada014e7c52 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bb699cbca0096aa3f5f750264ec0af080732375a +refs/heads/master: fb33f82568d32016b3b3c00819574f9526e52be3 diff --git a/trunk/Documentation/networking/ip-sysctl.txt b/trunk/Documentation/networking/ip-sysctl.txt index d46338af6002..3e0c017e7877 100644 --- a/trunk/Documentation/networking/ip-sysctl.txt +++ b/trunk/Documentation/networking/ip-sysctl.txt @@ -294,15 +294,15 @@ tcp_rmem - vector of 3 INTEGERs: min, default, max Default: 87380*2 bytes. tcp_mem - vector of 3 INTEGERs: min, pressure, max - low: below this number of pages TCP is not bothered about its + min: below this number of pages TCP is not bothered about its memory appetite. pressure: when amount of memory allocated by TCP exceeds this number of pages, TCP moderates its memory consumption and enters memory pressure mode, which is exited when memory consumption falls - under "low". + under "min". - high: number of pages allowed for queueing by all TCP sockets. + max: number of pages allowed for queueing by all TCP sockets. Defaults are calculated at boot time from amount of available memory.