Skip to content

Commit

Permalink
Merge pull request #2990 from catalyst-cooperative/increase-datasette…
Browse files Browse the repository at this point in the history
…-cloud-run-memory

Increase datasette cloud run memory from 4GB to 32GB
  • Loading branch information
bendnorman authored Oct 31, 2023
2 parents 81849d5 + 548b958 commit 7707a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtools/datasette/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ datasette_metadata_to_yml -o "metadata.yml"

datasette publish cloudrun \
--service catalyst-datasette \
--memory 4Gi \
--memory 32Gi \
--install datasette-cluster-map \
--install datasette-vega \
--install datasette-block-robots \
Expand Down

0 comments on commit 7707a34

Please sign in to comment.