mirror of
https://github.com/wassname/ray.git
synced 2026-09-26 14:10:59 +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