mirror of
https://github.com/wassname/ray.git
synced 2026-08-04 13:14:14 +08:00
[Core] GCS Actor management on by default. (#8845)
* GCS Actor management on by default. * Fix travis config. * Change condition. * Remove unnecessary CI.
This commit is contained in:
@@ -313,7 +313,7 @@ RAY_CONFIG(bool, plasma_store_as_thread, false)
|
||||
RAY_CONFIG(int64_t, gcs_service_address_check_interval_milliseconds, 1000)
|
||||
|
||||
RAY_CONFIG(bool, gcs_actor_service_enabled,
|
||||
getenv("RAY_GCS_ACTOR_SERVICE_ENABLED") != nullptr &&
|
||||
getenv("RAY_GCS_ACTOR_SERVICE_ENABLED") == nullptr ||
|
||||
getenv("RAY_GCS_ACTOR_SERVICE_ENABLED") == std::string("true"))
|
||||
|
||||
/// The batch size for metrics export.
|
||||
|
||||
Reference in New Issue
Block a user