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 49e58ac commit e087c21Copy full SHA for e087c21
deployment/services/redis.ts
@@ -21,7 +21,7 @@ export function deployRedis(input: { environment: Environment }) {
21
}).deploy({
22
limits: input.environment.isProduction
23
? {
24
- memory: '1300Mi',
+ memory: `${3 * 1024}Mi`,
25
cpu: '1000m',
26
}
27
: {
0 commit comments