Skip to content

Commit

Permalink
Increase AAA memory for AIS-rich locations
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaraphael committed Nov 24, 2023
1 parent 0dfad0d commit d1fbc94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stack/cloud_function_ais_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
source_archive_object=source_archive_object.name,
trigger_http=True,
service_account_email=cloud_function_service_account.email,
available_memory_mb=2048,
available_memory_mb=4096,
timeout=540,
secret_environment_variables=[gfw_credentials],
)
Expand Down

0 comments on commit d1fbc94

Please sign in to comment.