Skip to content

Commit

Permalink
fix: increase memory limit on Cloud Run
Browse files Browse the repository at this point in the history
  • Loading branch information
ngurenyaga committed Jul 15, 2021
1 parent 19583df commit 80e395b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ steps:
'--set-env-vars', 'GOOGLE_CLOUD_PROJECT=$PROJECT_ID,SETTINGS_NAME=mle_django_settings,DJANGO_SETTINGS_MODULE=config.settings.production',
'--min-instances', '1',
'--max-instances', '4',
'--memory', '256M',
'--memory', '512M',
'--cpu', '1',
'--set-secrets', '/tmp/secrets/.env=mle_django_settings:latest'
]
Expand Down

0 comments on commit 80e395b

Please sign in to comment.