feat: add more
This commit is contained in:
15
src/ray/.env.example
Normal file
15
src/ray/.env.example
Normal file
@@ -0,0 +1,15 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user