Skip to content

Commit

Permalink
Full array size, change mem requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowcap committed Feb 9, 2024
1 parent 77dd571 commit 88b03e3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/worldcover/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,13 @@ job = {
}
],
"resourceRequirements": [
{"type": "MEMORY", "value": "8000"},
{"type": "MEMORY", "value": "7500"},
{"type": "VCPU", "value": "4"},
# {"type": "GPU", "value": "1"},
],
},
"arrayProperties": {
# "size": int((125 - 67) * 12000 / 512)
"size": 3
"size": int((125 - 67) * 12000 / 512)
},
"retryStrategy": {
"attempts": 5,
Expand Down

0 comments on commit 88b03e3

Please sign in to comment.