File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ the release.
7
7
8
8
## Unreleased
9
9
10
+ * [ chore] increase memory for Collector and Jaeger
11
+ ([ #1396 ] ( https://github.com/open-telemetry/opentelemetry-demo/pull/1396 ) )
10
12
* [ chore] fix Make targets for restart and redeploy
11
13
([ #1397 ] ( https://github.com/open-telemetry/opentelemetry-demo/pull/1397 ) )
12
14
Original file line number Diff line number Diff line change @@ -474,7 +474,7 @@ services:
474
474
deploy :
475
475
resources :
476
476
limits :
477
- memory : 300M
477
+ memory : 400M
478
478
restart : unless-stopped
479
479
ports :
480
480
- " ${JAEGER_SERVICE_PORT}" # Jaeger UI
@@ -508,7 +508,7 @@ services:
508
508
deploy :
509
509
resources :
510
510
limits :
511
- memory : 125M
511
+ memory : 200M
512
512
restart : unless-stopped
513
513
command : [ "--config=/etc/otelcol-config.yml", "--config=/etc/otelcol-config-extras.yml" ]
514
514
volumes :
Original file line number Diff line number Diff line change @@ -626,7 +626,7 @@ services:
626
626
deploy :
627
627
resources :
628
628
limits :
629
- memory : 300M
629
+ memory : 400M
630
630
restart : unless-stopped
631
631
ports :
632
632
- " ${JAEGER_SERVICE_PORT}" # Jaeger UI
@@ -660,7 +660,7 @@ services:
660
660
deploy :
661
661
resources :
662
662
limits :
663
- memory : 125M
663
+ memory : 200M
664
664
restart : unless-stopped
665
665
command : [ "--config=/etc/otelcol-config.yml", "--config=/etc/otelcol-config-extras.yml" ]
666
666
volumes :
You can’t perform that action at this time.
0 commit comments