Skip to content

Commit

Permalink
ci(k8s): upd memory limits
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Dec 4, 2023
1 parent 51fdbd0 commit 3af4d21
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .k8s/otel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ data:
from_attribute: k8s.pod.uid
key: service.instance.id
memory_limiter:
limit_percentage: 80
limit_mib: 4000
check_interval: 1s
k8sattributes:
extract:
Expand Down Expand Up @@ -355,11 +355,8 @@ data:
send_batch_max_size: 1024
send_batch_size: 512
memory_limiter:
# 80% of maximum memory up to 2G
limit_mib: 1500
# 25% of limit up to 2G
spike_limit_mib: 512
check_interval: 5s
limit_mib: 500
check_interval: 1s
k8sattributes:
auth_type: 'serviceAccount'
extract:
Expand Down

0 comments on commit 3af4d21

Please sign in to comment.