so.... going down the rabbit hole a bit more... i'm running Atlantis on containers.... what's the expectations of CPU and memory allocation? I'm trying to do CI/CD on a couple of bigger plans (parallel is to run 3 at a time) and i'm repeatedly running into terraform throwing a panic complaining of the lack of OS threads
j
Jason Reslock
04/28/2023, 1:57 AM
I run on ECS fargate and our task gets 1024 cpu/8GB memory. Some very large parallel plans with decent sized states and it never complains about threads. My fargate task runs amd_x64, not arm64.
How much ram and cpu are you allocating?
v
Victor Chan
04/28/2023, 2:05 AM
wow, 8 GB! I think I'm so used to running terragrunt/terraform on my local machine that I've taken that for granted! I am only doing 2.5 GB requests/ 4.0GB memory