mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 08:07:54 +08:00
d41963c546
* Fixed: missing brackets when appending proc info on OutOfMemory proc_stats.append was missing the set of brackets when adding a tuple to the list, which resulted in runtime error instead of correct Out of Memory message display. * Update memory_monitor.py