You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[doc]fix error brpc_num_threads default value (#3115)
## Versions
- [x] dev
- [x] 4.x
- [x] 3.x
- [x] 2.1
## Languages
- [x] Chinese
- [x] English
## Docs Checklist
- [ ] Checked by AI
- [ ] Test Cases Built
Copy file name to clipboardExpand all lines: docs/admin-manual/config/be-config.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -253,9 +253,9 @@ There are two ways to configure BE configuration items:
253
253
254
254
#### `brpc_num_threads`
255
255
256
-
* Description: This configuration is mainly used to modify the number of bthreads for brpc. The default value is set to -1, which means the number of bthreads is #cpu-cores.
256
+
* Description: This configuration is mainly used to modify the number of bthreads for brpc. The default value is set to 256.
257
257
- User can set this configuration to a larger value to get better QPS performance. For more information, please refer to `https://github.com/apache/incubator-brpc/blob/master/docs/cn/benchmark.md`
Copy file name to clipboardExpand all lines: versioned_docs/version-1.2/admin-manual/config/be-config.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -238,9 +238,9 @@ There are two ways to configure BE configuration items:
238
238
239
239
#### `brpc_num_threads`
240
240
241
-
* Description: This configuration is mainly used to modify the number of bthreads for brpc. The default value is set to -1, which means the number of bthreads is #cpu-cores.
241
+
* Description: This configuration is mainly used to modify the number of bthreads for brpc. The default value is set to 256.
242
242
- User can set this configuration to a larger value to get better QPS performance. For more information, please refer to `https://github.com/apache/incubator-brpc/blob/master/docs/cn/benchmark.md`
Copy file name to clipboardExpand all lines: versioned_docs/version-2.0/admin-manual/config/be-config.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -229,9 +229,9 @@ There are two ways to configure BE configuration items:
229
229
230
230
#### `brpc_num_threads`
231
231
232
-
* Description: This configuration is mainly used to modify the number of bthreads for brpc. The default value is set to -1, which means the number of bthreads is #cpu-cores.
232
+
* Description: This configuration is mainly used to modify the number of bthreads for brpc. The default value is set to 256.
233
233
- User can set this configuration to a larger value to get better QPS performance. For more information, please refer to `https://github.com/apache/brpc/blob/master/docs/cn/benchmark.md`
Copy file name to clipboardExpand all lines: versioned_docs/version-2.1/admin-manual/config/be-config.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -230,9 +230,9 @@ There are two ways to configure BE configuration items:
230
230
231
231
#### `brpc_num_threads`
232
232
233
-
* Description: This configuration is mainly used to modify the number of bthreads for brpc. The default value is set to -1, which means the number of bthreads is #cpu-cores.
233
+
* Description: This configuration is mainly used to modify the number of bthreads for brpc. The default value is set to 256.
234
234
- User can set this configuration to a larger value to get better QPS performance. For more information, please refer to `https://github.com/apache/brpc/blob/master/docs/cn/benchmark.md`
0 commit comments