Skip to content

Commit 8dc2694

Browse files
committed
Decrease YDB CPU consumption in docker and some tests #27759 (#28405)
1 parent 57dc600 commit 8dc2694

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ EXPOSE ${GRPC_PORT:-2136}
4646
EXPOSE ${MON_PORT:-8765}
4747
EXPOSE ${YDB_KAFKA_PROXY_PORT:-9092}
4848

49-
HEALTHCHECK --start-period=60s --interval=1s CMD sh /health_check
49+
HEALTHCHECK --start-period=60s --interval=60s CMD sh /health_check
5050

5151
CMD ["sh", "/initialize_local_ydb"]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ actor_system_config:
117117
name: "IC"
118118
time_per_mailbox_micro_secs: 100
119119
scheduler:
120-
resolution: 256
120+
resolution: 1024
121121
spin_threshold: 0
122122
progress_threshold: 10000
123123
sys_executor: 0

0 commit comments

Comments
 (0)