Skip to content

Commit 50323ee

Browse files
eivanov89qyryq
authored andcommitted
Decrease YDB CPU consumption in docker and some tests ydb-platform#27759 (ydb-platform#28405)
1 parent 99cf665 commit 50323ee

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
@@ -60,6 +60,6 @@ EXPOSE ${GRPC_PORT:-2136}
6060
EXPOSE ${MON_PORT:-8765}
6161
EXPOSE ${YDB_KAFKA_PROXY_PORT:-9092}
6262

63-
HEALTHCHECK --start-period=60s --interval=1s CMD sh /health_check
63+
HEALTHCHECK --start-period=60s --interval=60s CMD sh /health_check
6464

6565
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
@@ -116,7 +116,7 @@ actor_system_config:
116116
name: "IC"
117117
time_per_mailbox_micro_secs: 100
118118
scheduler:
119-
resolution: 256
119+
resolution: 1024
120120
spin_threshold: 0
121121
progress_threshold: 10000
122122
sys_executor: 0

0 commit comments

Comments
 (0)