From c10d667b32b404203e77c1d514944d2e6d492e0c Mon Sep 17 00:00:00 2001 From: Yves Date: Fri, 22 Dec 2023 18:12:44 +0100 Subject: [PATCH] Update action.json resource requirements --- actions/tag_ulog/action.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actions/tag_ulog/action.json b/actions/tag_ulog/action.json index 3417787..7769f87 100644 --- a/actions/tag_ulog/action.json +++ b/actions/tag_ulog/action.json @@ -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": [