Skip to content

Commit 22bb0b4

Browse files
authored
Merge 443d616 into c07faca
2 parents c07faca + 443d616 commit 22bb0b4

File tree

1 file changed

+4
-33
lines changed

1 file changed

+4
-33
lines changed

ydb/tests/library/harness/resources/default_yaml.yml

Lines changed: 4 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -93,39 +93,10 @@ system_tablets:
9393
- info:
9494
tablet_id: 72057594046678944
9595
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
129100
log_config:
130101
sys_log: false
131102
default_level: {ydb_default_log_level}

0 commit comments

Comments
 (0)