mirror of
https://github.com/wassname/ray.git
synced 2026-08-12 12:20:11 +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