Skip to content

Commit

Permalink
mmetable
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Liaw <rliaw@berkeley.edu>
  • Loading branch information
richardliaw committed Mar 25, 2021
1 parent 4b9ab2e commit 472b7ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/ray/autoscaler/_private/htop.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,8 @@ def _load_memory_info(self):
else:
resp = requests.get(f"{self.url}/memory/memory_table")
resp_json = resp.json()
resp_data = resp_json["data"]
self.memory_table = resp_data

def _load_autoscaler_state(self):
as_dict = None
Expand Down

0 comments on commit 472b7ad

Please sign in to comment.