Skip to content

Commit 2bd346d

Browse files
authored
[CAI-642] Rightsize langfuse ecs task (#1783)
* update langfuse cpu and memory * + changeset
1 parent dc9eae7 commit 2bd346d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/tiny-falcons-itch.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"infrastructure": minor
3+
---
4+
5+
Rightsize cpu and memory langfuse ecs task

apps/infrastructure/src/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ variable "chatbot_ecs_monitoring" {
159159
description = "Redis configuration for the AI chatbot"
160160

161161
default = {
162-
cpu = 2048
163-
memory = 4096
162+
cpu = 512
163+
memory = 1024
164164
image_uri = "ghcr.io/langfuse/langfuse:sha-9375250"
165165
port = 3000
166166
}

0 commit comments

Comments
 (0)