https://flyte.org logo
#ask-the-community
Title
# ask-the-community
k

Kamakshi Muthukrishnan

11/07/2022, 2:17 PM
#flyte-ray. Hi Looking for help to automatically adjust the memory size... Below is the error... int(100 * (memory / system_memory)))) ValueError: After taking into account object store and redis memory usage, the amount of memory on this node available for tasks and actors (-0.14 GB) is less than -13% of total. You can adjust these settings with ray.init(memory=<bytes>, object_store_memory=<bytes>).
k

Ketan (kumare3)

11/07/2022, 3:24 PM
Hmm is this a ray error?
Is this single node or distributed ray
5 Views