Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions dashboard/modules/reporter/reporter_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ def _get_workers(self):
"cpu_times",
"cmdline",
"memory_info",
"memory_full_info",
# "memory_full_info", # remove it as an action item for pytorch 2.6 perf debug
"num_fds",
]
)
Expand Down Expand Up @@ -648,7 +648,7 @@ def _get_raylet(self):
"cpu_times",
"cmdline",
"memory_info",
"memory_full_info",
# "memory_full_info", # remove it as an action item for pytorch 2.6 perf debug
"num_fds",
]
)
Expand All @@ -665,7 +665,7 @@ def _get_agent(self):
"cpu_times",
"cmdline",
"memory_info",
"memory_full_info",
# "memory_full_info", # remove it as an action item for pytorch 2.6 perf debug
"num_fds",
]
)
Expand Down
Loading