diff options
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index eacb2e0397ae..43ecdcd39df2 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -3434,6 +3434,13 @@ bytes respectively. Such letter suffixes can also be entirely omitted. | |||
3434 | neutralize any effect of /proc/sys/kernel/sysrq. | 3434 | neutralize any effect of /proc/sys/kernel/sysrq. |
3435 | Useful for debugging. | 3435 | Useful for debugging. |
3436 | 3436 | ||
3437 | tcpmhash_entries= [KNL,NET] | ||
3438 | Set the number of tcp_metrics_hash slots. | ||
3439 | Default value is 8192 or 16384 depending on total | ||
3440 | ram pages. This is used to specify the TCP metrics | ||
3441 | cache size. See Documentation/networking/ip-sysctl.txt | ||
3442 | "tcp_no_metrics_save" section for more details. | ||
3443 | |||
3437 | tdfx= [HW,DRM] | 3444 | tdfx= [HW,DRM] |
3438 | 3445 | ||
3439 | test_suspend= [SUSPEND][,N] | 3446 | test_suspend= [SUSPEND][,N] |