Skip to content

Commit

Permalink
Update action.json resource requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
YvesSchoenberg committed Dec 22, 2023
1 parent 4a47d12 commit c10d667
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actions/tag_ulog/action.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "This Action extracts logged messages from an ULog file (.ulg) and applies a tag to the dataset if an ERROR is present. Under the hood, it uses the [pyulog](https://github.com/PX4/pyulog) library.",

"compute_requirements": {
"vCPU": 1024,
"memory": 2048,
"vCPU": 512,
"memory": 1024,
"storage": 21
},
"tags": [
Expand Down

0 comments on commit c10d667

Please sign in to comment.