Skip to content

Commit bc0039b

Browse files
authored
Switch Compose dynamic scaling default to disabled (#1341)
1 parent 4e8f3f3 commit bc0039b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ services:
276276
- INGEST_LOG_LEVEL=DEFAULT
277277
- INGEST_RAY_LOG_LEVEL=DEVELOPMENT
278278
- INGEST_DYNAMIC_MEMORY_THRESHOLD=0.80
279-
- INGEST_DISABLE_DYNAMIC_SCALING=${INGEST_DISABLE_DYNAMIC_SCALING:-false}
279+
- INGEST_DISABLE_DYNAMIC_SCALING=${INGEST_DISABLE_DYNAMIC_SCALING:-true}
280280
# Ray internals configuration
281281
- RAY_num_grpc_threads=1
282282
- RAY_num_server_call_thread=1

0 commit comments

Comments
 (0)