Skip to content

Commit c68fa4c

Browse files
committed
Added as conf
1 parent 22bee29 commit c68fa4c

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
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+
}

0 commit comments

Comments
 (0)