Skip to content

Commit 070dadd

Browse files
committed
chore: reduce size of remote cache to tune deployment costs
1 parent c011ecc commit 070dadd

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.aspect/workflows/terraform/workflows.tf

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,17 @@ module "aspect_workflows" {
6868
}
6969

7070
# Remote cache properties
71-
remote_cache = {}
71+
remote_cache = {
72+
buildbarn = {
73+
cache_shards = 1
74+
frontend = {
75+
cpu = 2048
76+
memory = 4096
77+
max_scaling = 5
78+
min_scaling = 1
79+
}
80+
}
81+
}
7282

7383
# Delivery properties
7484
delivery_enabled = true

0 commit comments

Comments
 (0)