Skip to content

Commit ee3ccdb

Browse files
committed
♻️ Alter RAY_OBJECT_STORE_MEMORY_GB to 2.0GB to fit mac ray limitation
1 parent 319554c commit ee3ccdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/data_process/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def ray_plasma_directory(self) -> str:
6565
@property
6666
def ray_object_store_memory_gb(self) -> float:
6767
"""Ray object store memory limit (GB)"""
68-
return float(os.getenv('RAY_OBJECT_STORE_MEMORY_GB', '4.0'))
68+
return float(os.getenv('RAY_OBJECT_STORE_MEMORY_GB', '2.0'))
6969

7070
@property
7171
def ray_temp_dir(self) -> str:

0 commit comments

Comments
 (0)