Files
compose-anything/src/ray/.env.example
Sun-ZhenXing 3c609b5989 feat: add more
2025-10-06 21:48:39 +08:00

16 lines
344 B
Plaintext

# Ray version
RAY_VERSION="2.42.1-py312"
# Ray head node configuration
RAY_HEAD_NUM_CPUS=4
RAY_HEAD_MEMORY=8589934592 # 8GB in bytes
# Ray worker node configuration
RAY_WORKER_NUM_CPUS=2
RAY_WORKER_MEMORY=4294967296 # 4GB in bytes
# Port overrides
RAY_DASHBOARD_PORT_OVERRIDE=8265
RAY_CLIENT_PORT_OVERRIDE=10001
RAY_GCS_PORT_OVERRIDE=6379