Skip to content

Commit e087c21

Browse files
authored
chore: increase redis memory (#6730)
1 parent 49e58ac commit e087c21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/services/redis.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export function deployRedis(input: { environment: Environment }) {
2121
}).deploy({
2222
limits: input.environment.isProduction
2323
? {
24-
memory: '1300Mi',
24+
memory: `${3 * 1024}Mi`,
2525
cpu: '1000m',
2626
}
2727
: {

0 commit comments

Comments
 (0)