We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc9eae7 commit 2bd346dCopy full SHA for 2bd346d
.changeset/tiny-falcons-itch.md
@@ -0,0 +1,5 @@
1
+---
2
+"infrastructure": minor
3
4
+
5
+Rightsize cpu and memory langfuse ecs task
apps/infrastructure/src/variables.tf
@@ -159,8 +159,8 @@ variable "chatbot_ecs_monitoring" {
159
description = "Redis configuration for the AI chatbot"
160
161
default = {
162
- cpu = 2048
163
- memory = 4096
+ cpu = 512
+ memory = 1024
164
image_uri = "ghcr.io/langfuse/langfuse:sha-9375250"
165
port = 3000
166
}
0 commit comments