File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -379,7 +379,7 @@ services:
379379 deploy :
380380 resources :
381381 limits :
382- memory : 120M
382+ memory : 140M
383383 restart : unless-stopped
384384 ports :
385385 - " ${PAYMENT_PORT}"
@@ -671,7 +671,7 @@ services:
671671 deploy :
672672 resources :
673673 limits :
674- memory : 120M
674+ memory : 175M
675675 restart : unless-stopped
676676 environment :
677677 - " GF_INSTALL_PLUGINS=grafana-opensearch-datasource"
@@ -727,7 +727,7 @@ services:
727727 command :
728728 - --web.console.templates=/etc/prometheus/consoles
729729 - --web.console.libraries=/etc/prometheus/console_libraries
730- - --storage.tsdb.retention.time=1h
730+ - --storage.tsdb.retention.time=7d
731731 - --config.file=/etc/prometheus/prometheus-config.yaml
732732 - --storage.tsdb.path=/prometheus
733733 - --web.enable-lifecycle
@@ -739,7 +739,7 @@ services:
739739 deploy :
740740 resources :
741741 limits :
742- memory : 300M
742+ memory : 200M
743743 restart : unless-stopped
744744 ports :
745745 - " ${PROMETHEUS_PORT}:${PROMETHEUS_PORT}"
@@ -756,7 +756,7 @@ services:
756756 deploy :
757757 resources :
758758 limits :
759- memory : 800M
759+ memory : 1G
760760 restart : unless-stopped
761761 environment :
762762 - cluster.name=demo-cluster
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ services:
2929 deploy :
3030 resources :
3131 limits :
32- memory : 120M
32+ memory : 160M
3333 restart : unless-stopped
3434 environment :
3535 - KAFKA_ADDR
@@ -457,7 +457,7 @@ services:
457457 deploy :
458458 resources :
459459 limits :
460- memory : 120M
460+ memory : 140M
461461 restart : unless-stopped
462462 ports :
463463 - " ${PAYMENT_PORT}"
@@ -846,7 +846,7 @@ services:
846846 deploy :
847847 resources :
848848 limits :
849- memory : 120M
849+ memory : 175M
850850 restart : unless-stopped
851851 environment :
852852 - " GF_INSTALL_PLUGINS=grafana-opensearch-datasource"
@@ -902,7 +902,7 @@ services:
902902 command :
903903 - --web.console.templates=/etc/prometheus/consoles
904904 - --web.console.libraries=/etc/prometheus/console_libraries
905- - --storage.tsdb.retention.time=1h
905+ - --storage.tsdb.retention.time=7d
906906 - --config.file=/etc/prometheus/prometheus-config.yaml
907907 - --storage.tsdb.path=/prometheus
908908 - --web.enable-lifecycle
@@ -914,7 +914,7 @@ services:
914914 deploy :
915915 resources :
916916 limits :
917- memory : 300M
917+ memory : 200M
918918 restart : unless-stopped
919919 ports :
920920 - " ${PROMETHEUS_PORT}:${PROMETHEUS_PORT}"
@@ -931,7 +931,7 @@ services:
931931 deploy :
932932 resources :
933933 limits :
934- memory : 800M
934+ memory : 1G
935935 restart : unless-stopped
936936 environment :
937937 - cluster.name=demo-cluster
You can’t perform that action at this time.
0 commit comments