File tree Expand file tree Collapse file tree 1 file changed +45
-0
lines changed
ydb/tests/tools/fqrun/configuration Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Original file line number Diff line number Diff line change
1
+ ActorSystemConfig {
2
+ Executor {
3
+ Type: BASIC
4
+ Threads: 1
5
+ SpinThreshold: 10
6
+ Name: "System"
7
+ }
8
+ Executor {
9
+ Type: BASIC
10
+ Threads: 6
11
+ SpinThreshold: 1
12
+ Name: "User"
13
+ }
14
+ Executor {
15
+ Type: BASIC
16
+ Threads: 1
17
+ SpinThreshold: 1
18
+ Name: "Batch"
19
+ }
20
+ Executor {
21
+ Type: IO
22
+ Threads: 1
23
+ Name: "IO"
24
+ }
25
+ Executor {
26
+ Type: BASIC
27
+ Threads: 2
28
+ SpinThreshold: 10
29
+ Name: "IC"
30
+ TimePerMailboxMicroSecs: 100
31
+ }
32
+ Scheduler {
33
+ Resolution: 64
34
+ SpinThreshold: 0
35
+ ProgressThreshold: 10000
36
+ }
37
+ SysExecutor: 0
38
+ UserExecutor: 1
39
+ IoExecutor: 3
40
+ BatchExecutor: 2
41
+ ServiceExecutor {
42
+ ServiceName: "Interconnect"
43
+ ExecutorId: 4
44
+ }
45
+ }
You can’t perform that action at this time.
0 commit comments