File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
servers/0.9.0.0/resources Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -37,16 +37,16 @@ host.name={host}
37
37
# advertised.port=<port accessible by clients>
38
38
39
39
# The number of threads handling network requests
40
- num.network.threads =2
40
+ num.network.threads =3
41
41
42
42
# The number of threads doing disk I/O
43
43
num.io.threads =8
44
44
45
45
# The send buffer (SO_SNDBUF) used by the socket server
46
- socket.send.buffer.bytes =1048576
46
+ socket.send.buffer.bytes =102400
47
47
48
48
# The receive buffer (SO_RCVBUF) used by the socket server
49
- socket.receive.buffer.bytes =1048576
49
+ socket.receive.buffer.bytes =102400
50
50
51
51
# The maximum size of a request that the socket server will accept (protection against OOM)
52
52
socket.request.max.bytes =104857600
@@ -117,7 +117,6 @@ offsets.topic.replication.factor=2
117
117
# Allow shorter session timeouts for tests
118
118
group.min.session.timeout.ms =1000
119
119
120
-
121
120
# ############################ Zookeeper #############################
122
121
123
122
# Zookeeper connection string (see zookeeper docs for details).
You can’t perform that action at this time.
0 commit comments