Skip to content

Commit

Permalink
feat (jaeger): Limit memory
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h-abid committed Feb 1, 2025
1 parent 1314558 commit 61e15bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jaeger/compose.jaeger.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ services:
- 127.0.0.1:${JAEGER_PUBLISH_PORT:-16686}:16686
volumes:
- common-jaeger:/tmp
deploy:
resources:
limits:
memory: '8G'

0 comments on commit 61e15bb

Please sign in to comment.