Skip to content

Commit 57ea8d6

Browse files
committed
Reduces redis resource allocation in stage
1 parent 574d30c commit 57ea8d6

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

operations/facilitator-controller-redis-sentinel-stage.hcl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ job "facilitator-controller-redis-sentinel-stage" {
7676
}
7777

7878
resources {
79-
cpu = 1024
80-
memory = 2048
79+
cpu = 512
80+
memory = 512
8181
}
8282
}
8383

@@ -108,8 +108,8 @@ job "facilitator-controller-redis-sentinel-stage" {
108108
}
109109

110110
resources {
111-
cpu = 1024
112-
memory = 1024
111+
cpu = 512
112+
memory = 512
113113
}
114114
}
115115

@@ -140,8 +140,8 @@ job "facilitator-controller-redis-sentinel-stage" {
140140
}
141141

142142
resources {
143-
cpu = 1024
144-
memory = 1024
143+
cpu = 512
144+
memory = 512
145145
}
146146
}
147147

0 commit comments

Comments
 (0)