Лучи выселяются, не понимаю почему - PullRequest
0 голосов
/ 30 октября 2019

Я получаю выселение объектов Рэя, и я не понимаю почему. Выделенные байты намного меньше, чем размер кучи object_memory в 50 МБ. У кого-нибудь есть идеи?

2019-10-30 15:18:16,145 WARNING worker.py:416 -- Local object store memory usage:
num clients with quota: 0
quota map size: 0
pinned quota map size: 0
allocated bytes: 242789
allocation limit: 500000000
pinned bytes: 0
(global lru) capacity: 500000000
(global lru) used: 0.0485578%
(global lru) num objects: 4
(global lru) num evictions: 0
(global lru) bytes evicted: 0

[RayLauncher] Line 299 ERROR: Object bafdde0f38efeed78be90400000000c001000000 is lost (either LRU evicted or deleted by user) and cannot be reconstructed. Try increasing the object store memory available with ray.init(object_store_memory=<bytes>) or setting object store limits with ray.remote(object_store_memory=<bytes>). See also: https://ray.readthedocs.io/en/latest/memory-management.html
...