You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sources/configure-client/language-sdks/python.md
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,25 @@ To capture and analyze profiling data, you need either a hosted Pyroscope OSS se
23
23
24
24
The Pyroscope server can be a local server for development or a remote server for production use.
25
25
26
+
### Profiling on macOS
27
+
28
+
macOS has a feature called System Integrity Protection (SIP) that prevents even the root user from reading memory from any binary located in system folders.
29
+
30
+
The easiest way to avoid interference from SIP, is by installing a Python distribution into your home folder. This can be achieved for example by using `pyenv`:
0 commit comments