Skip to content

Commit ba328ea

Browse files
authored
Merge pull request #3 from davidwilemski/patch-1
Update faq.md
2 parents 191c1f7 + b296846 commit ba328ea

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/faq.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[Julia Evans](https://jvns.ca) started the project and led its development until 2021.
66
[Adam Jensen](https://acj.sh) is the primary maintainer. For a full list of contributors,
7-
see the [CONTRIBUTORS file](https://github.com/rbspy/rbspy/blob/master/CONTRIBUTORS.md).
7+
see the [CONTRIBUTORS file](https://github.com/rbspy/rbspy/blob/main/CONTRIBUTORS.md).
88

99
## Who funds rbspy?
1010

@@ -25,8 +25,7 @@ The things to be aware of are:
2525

2626
* By default, `rbspy` 0.6 and newer pauses the ruby process when it's collecting samples. This can
2727
affect performance, especially if you're using a high sampling rate. You can disable the pausing
28-
with the `--nonblocking`, but be aware that this can lead to incorrect samples.
29-
flag.
28+
with the `--nonblocking` flag, but be aware that this can lead to incorrect samples.
3029
* `rbspy` does use some CPU. If you use `rbspy record --subprocesses`, it can use a substantial
3130
amount of CPU (because it'll start a separate thread for every process it's recording)
3231
* disk usage: `rbspy record` will save a data file to disk with compressed stack traces, and if you

0 commit comments

Comments
 (0)