fix(multisocket): cap num sockets to prevent OOM (#7615)

This commit is contained in:
Ville Vesilehto
2025-10-14 17:31:57 +03:00
committed by GitHub
parent 89bf0a2cc2
commit f085ed0e6d
3 changed files with 7 additions and 1 deletions

View File

@@ -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