Skip to content

Commit

Permalink
Shouldnot trigger enterprise workflow (#2206)
Browse files Browse the repository at this point in the history
Co-authored-by: Tamir David <[email protected]>
  • Loading branch information
AvihuHenya and tamirdavid1 authored Jan 13, 2025
1 parent 2bfea88 commit 148ad07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Forward the relevant pod to your local machine to enable profiling access:
```bash
kubectl port-forward pod/<pod-name> -n odigos-system 1777:1777
```

### Step 2: Collect Profiling Data

- **CPU Profile**
Expand All @@ -21,7 +21,7 @@ kubectl port-forward pod/<pod-name> -n odigos-system 1777:1777
```bash
curl -o cpu_profile.prof http://localhost:1777/debug/pprof/profile?seconds=30
```

- **Heap Memory Profile**
Captures a snapshot of memory currently in use by your application after the latest garbage collection. Use this profile to identify memory leaks, track high memory usage, and analyze memory consumption by specific parts of the code.

Expand Down

0 comments on commit 148ad07

Please sign in to comment.