From b63eae8be8c250fcbd505804b133f6854dc0a9f1 Mon Sep 17 00:00:00 2001 From: Ivan Yurchenko Date: Wed, 21 Dec 2022 07:19:02 +0200 Subject: [PATCH 1/2] Fix README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 222a4bf..765e619 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ You need a Python installation with Flask to run it. There's a Poetry environmen To view the heap dump with the browser-based UI, go to [pyheap-ui/](pyheap-ui/) and run: ```bash -PYTHONPATH=src poetry run python -m ui --file heap.pyheap +PYTHONPATH=src poetry run python -m pyheap_ui --file heap.pyheap ``` and open [http://127.0.0.1:5000](http://127.0.0.1:5000). From 904c88a2629d1e75345f5ae3f171fb92bb73a77c Mon Sep 17 00:00:00 2001 From: Ivan Yurchenko Date: Wed, 21 Dec 2022 07:20:43 +0200 Subject: [PATCH 2/2] Document ARM compatibility Closes #220 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 765e619..ebdc3dc 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ The dumper needs the following: **Only Linux** is supported at the moment. +The dumper has been tested on x86 (x86_64) and ARM (AArch64) processors. + The dumper is compatible with a target process running on CPython 3.8 - 3.11. The target process were tested in the following OSes: