mirror of
https://github.com/wassname/ray.git
synced 2026-09-27 14:20:43 +08:00
* 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