Skip to content

Commit

Permalink
[accountingservice]: fix memory limit on (open-telemetry#1666)
Browse files Browse the repository at this point in the history
* fix memory limit on accounting service

* fix memory limit on accounting service
  • Loading branch information
puckpuck committed Jul 15, 2024
1 parent a38aa6a commit a087dd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ the release.

* [tests] run trace based tests concurrently
([#1659](https://github.com/open-telemetry/opentelemetry-demo/pull/1659))
* [accountingservice] increase memory to 120MB
([#1666](https://github.com/open-telemetry/opentelemetry-demo/pull/1666))

## 1.11.0

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
deploy:
resources:
limits:
memory: 50M
memory: 120M
restart: unless-stopped
environment:
- KAFKA_SERVICE_ADDR
Expand Down

0 comments on commit a087dd6

Please sign in to comment.