Skip to content

Commit

Permalink
try to stop KC dying after running for a while
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoff committed Mar 4, 2020
1 parent 7fe3953 commit 6f9fb12
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build-a-streaming-pipeline/ecs-params.yml
Original file line number Diff line number Diff line change
@@ -4,18 +4,18 @@ task_definition:
elasticsearch:
mem_limit: 2g
kafka:
mem_limit: 2g
mem_limit: 1.5g
kafka-connect-01:
mem_limit: 2g
mem_limit: 4g
kafkacat:
mem_limit: 1g
mem_limit: 512m
kibana:
mem_limit: 1g
ksqldb:
mem_limit: 2g
mysql:
mem_limit: 1g
schema-registry:
mem_limit: 1g
mem_limit: 512m
zookeeper:
mem_limit: 1g
mem_limit: 512m

0 comments on commit 6f9fb12

Please sign in to comment.