Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions services/jaeger/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- public
- monitored
environment:
MEMORY_MAX_TRACES: 10000
MEMORY_MAX_TRACES: 5000
deploy:
placement:
constraints:
Expand All @@ -29,7 +29,7 @@ services:
- prometheus-port=14269
resources:
limits:
memory: 200M
memory: 512M
cpus: "1"
reservations:
memory: 64M
Expand Down
Loading