Skip to content

Commit

Permalink
Merge pull request #226 from ivanyu/ivanyu/gh-220-arm-compatibility
Browse files Browse the repository at this point in the history
Document ARM compatibility
  • Loading branch information
ivanyu authored Dec 21, 2022
2 parents 5326e37 + 904c88a commit 2a5de2f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -134,7 +136,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).

Expand Down

0 comments on commit 2a5de2f

Please sign in to comment.