mirror of https://github.com/minio/minio.git
631c78e655
soMaxConn value is 128 on almost all linux systems, this value is too low for Minio at times when used against large concurrent workload e.g: spark applications this causes a sort of SYN flooding observed by the kernel to allow for large backlog increase this value to 2048. With this value we do not see anymore SYN flooding kernel messages. |
||
---|---|---|
.. | ||
bufconn.go | ||
bufconn_test.go | ||
conn_bug_21133.go | ||
listen_nix.go | ||
listen_others.go | ||
listener.go | ||
listener_test.go | ||
server.go | ||
server_test.go | ||
timeoutconn.go |