mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
fix(multisocket): cap num sockets to prevent OOM (#7615)
This commit is contained in:
@@ -19,7 +19,7 @@ large number of CPU cores.
|
||||
multisocket [NUM_SOCKETS]
|
||||
~~~
|
||||
|
||||
* **NUM_SOCKETS** - the number of servers that will listen on one port. Default value is equal to GOMAXPROCS.
|
||||
* **NUM_SOCKETS** - the number of servers that will listen on one port. Default value is equal to GOMAXPROCS. Maximum value is 1024.
|
||||
|
||||
## Examples
|
||||
|
||||
|
||||
Reference in New Issue
Block a user