File tree Expand file tree Collapse file tree 1 file changed +4
-33
lines changed
ydb/tests/library/harness/resources Expand file tree Collapse file tree 1 file changed +4
-33
lines changed Original file line number Diff line number Diff line change @@ -93,39 +93,10 @@ system_tablets:
93
93
- info :
94
94
tablet_id : 72057594046678944
95
95
actor_system_config :
96
- executor :
97
- - type : BASIC
98
- threads : 2
99
- spin_threshold : 0
100
- name : " System"
101
- - type : BASIC
102
- threads : 3
103
- spin_threshold : 0
104
- name : " User"
105
- - type : BASIC
106
- threads : 2
107
- spin_threshold : 0
108
- name : " Batch"
109
- - type : IO
110
- threads : 1
111
- name : " IO"
112
- time_per_mailbox_micro_secs : 100
113
- - type : BASIC
114
- threads : 1
115
- spin_threshold : 10
116
- name : " IC"
117
- time_per_mailbox_micro_secs : 100
118
- scheduler :
119
- resolution : 256
120
- spin_threshold : 0
121
- progress_threshold : 10000
122
- sys_executor : 0
123
- user_executor : 1
124
- io_executor : 3
125
- batch_executor : 2
126
- service_executor :
127
- - service_name : " Interconnect"
128
- executor_id : 4
96
+ use_auto_config : true
97
+ cpu_count : 1
98
+ use_shared_threads : true
99
+ actor_system_profile : LOW_CPU_CONSUMPTION
129
100
log_config :
130
101
sys_log : false
131
102
default_level : {ydb_default_log_level}
You can’t perform that action at this time.
0 commit comments