From e20f19ec6d25e13cca2c03f3c11c1fafe064faad Mon Sep 17 00:00:00 2001 From: Patrick Zhang Date: Wed, 10 Sep 2025 01:10:05 +0000 Subject: [PATCH] Fix buffer capacity in recipe --- recipe.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe.yaml b/recipe.yaml index 19c8a6b..692b871 100644 --- a/recipe.yaml +++ b/recipe.yaml @@ -16,7 +16,7 @@ ComponentDependencies: ComponentConfiguration: DefaultConfiguration: maxUploadIntervalSec: 300 - bufferCapacity: 1048000 + bufferCapacity: 1048576 # Must be a multiple of the system page size (typically 4KB) logGroup: "greengrass/systemLogs" logStream: "" filters: