Skip to content

Commit

Permalink
Update Readme.md (#410)
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Griggs <[email protected]>
Co-authored-by: Corvin Paul <[email protected]>
  • Loading branch information
peterg17 and corvusrabus authored May 21, 2024
1 parent 19cf5fd commit 8518e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ ddprof --version
If your application runs with the default allocator (or a dynamically linked jemalloc), we will instrument your allocations. Launch this command and checkout the live heap profiles in the UI. You can use the compare tool to understand allocations which are growing over time.

```bash
ddprof -S my-service-name --preset cpu_live_heap -l warn --woker-period 15000 ./my-application
ddprof -S my-service-name --preset cpu_live_heap -l warn --worker-period 15000 ./my-application
```
:warning: The `--worker-period` flag is used to avoid the resets of the heap profile. The default value is 4 hours. This changes to 15000 minutes (10+ days).

Expand Down

0 comments on commit 8518e4f

Please sign in to comment.