Comment on memory needs for igmp6 subscriptions
This commit is contained in:
parent
58d038dc0b
commit
1b9c50df98
2 changed files with 13 additions and 1 deletions
|
|
@ -418,6 +418,14 @@ Each throttled session requires two buckets (in and out).
|
|||
Determines whether or not to enable kernel acceleration.
|
||||
Note that only one l2tpns instance can use it per network namespace,
|
||||
otherwise they will step on each other.
|
||||
Also, if you have a lot of clients (e.g.\ at least a hundred), listening
|
||||
for DHCPv6 and RS requires a lot of igmp6 subscriptions, tuning sysctl
|
||||
may be needed, such as
|
||||
.PP
|
||||
sysctl net.core.optmem_max=1048576
|
||||
.PP
|
||||
otherwise the logs will mention failures to subscribe due to lack of
|
||||
memory.
|
||||
.SS DHCPv6 And IPv6 SETTINGS
|
||||
.PP
|
||||
\f[B]dhcp6_preferred_lifetime\f[R] (int)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue