Skip to content

Commit

Permalink
Bump 1x1 memory request from 9 to 16GB
Browse files Browse the repository at this point in the history
  • Loading branch information
dmannarino committed Jan 8, 2024
1 parent 85ee547 commit 6363b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/tasks/static_vector_1x1_assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ async def static_vector_1x1_asset(
job_name="export_1x1_grid",
job_queue=DATA_LAKE_JOB_QUEUE,
command=command,
memory=9000,
memory=16000,
environment=reader_secrets,
callback=callback_constructor(asset_id),
)
Expand Down

0 comments on commit 6363b9a

Please sign in to comment.