Skip to content

Commit

Permalink
Merge pull request #457 from wri/bump_mem_for_1x1_export
Browse files Browse the repository at this point in the history
Bump 1x1 export memory from 9 to 16GB
  • Loading branch information
dmannarino authored Jan 9, 2024
2 parents 85ee547 + 6363b9a commit b63f243
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 b63f243

Please sign in to comment.