Increase lambda memory in production
This commit is contained in:
parent
54bdc5bd02
commit
26825d5182
|
@ -7,9 +7,11 @@ ignore:
|
||||||
environments:
|
environments:
|
||||||
api-production:
|
api-production:
|
||||||
warm: 5
|
warm: 5
|
||||||
memory: 1024
|
memory: 2048
|
||||||
cli-memory: 512
|
cli-memory: 2048
|
||||||
cli-timeout: 900
|
cli-timeout: 900
|
||||||
|
queue-memory: 2048
|
||||||
|
queue-timeout: 900
|
||||||
runtime: 'php-8.2:al2-arm'
|
runtime: 'php-8.2:al2-arm'
|
||||||
storage: opnforms-prod
|
storage: opnforms-prod
|
||||||
database: OpnForm
|
database: OpnForm
|
||||||
|
|
Loading…
Reference in New Issue