Files
linux/include/net
Eric Dumazet bd68a2a854 net: set SK_MEM_QUANTUM to 4096
Systems with large pages (64KB pages for example) do not always have
huge quantity of memory.

A big SK_MEM_QUANTUM value leads to fewer interactions with the
global counters (like tcp_memory_allocated) but might trigger
memory pressure much faster, giving suboptimal TCP performance
since windows are lowered to ridiculous values.

Note that sysctl_mem units being in pages and in ABI, we also need
to change sk_prot_mem_limits() accordingly.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-10-31 20:59:58 -04:00
..
2016-09-27 21:15:21 -04:00
2016-06-27 15:06:17 -04:00
2016-07-08 12:20:57 +02:00
2016-06-09 23:41:03 -07:00
2016-08-26 11:55:18 -07:00
2016-09-23 08:38:50 -04:00
2016-06-08 11:36:02 -07:00
2016-05-20 18:03:16 -04:00
2016-10-14 10:59:15 -04:00
2016-05-20 18:03:17 -04:00
2016-10-26 17:33:22 -04:00
2016-08-17 19:36:23 -04:00
2016-10-23 17:45:01 -04:00
2016-10-03 02:00:22 -04:00
2016-10-04 02:11:51 -04:00
2016-06-15 20:41:23 -07:00
2016-07-08 12:20:57 +02:00
2016-09-10 23:12:53 -07:00
2016-10-31 20:59:58 -04:00
2016-10-29 20:56:31 -04:00