From 4ce1217bd2c29691f27000eb5839721ea4aa4d25 Mon Sep 17 00:00:00 2001 From: Andy Dalton Date: Mon, 30 Sep 2019 10:38:10 -0400 Subject: [PATCH] Update sysdig-cloud CPU spec The current documentation for Sysdig Cloud suggests allocating a CPU. This change updates the spec to match the documentation. https://sysdigdocs.atlassian.net/wiki/spaces/Platform/pages/192348168/Agent+Install+Mesos+Marathon+DCOS --- repo/packages/S/sysdig-cloud/0/config.json | 4 ++-- repo/packages/S/sysdig-cloud/1/config.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/repo/packages/S/sysdig-cloud/0/config.json b/repo/packages/S/sysdig-cloud/0/config.json index bd8c55398..50776374e 100644 --- a/repo/packages/S/sysdig-cloud/0/config.json +++ b/repo/packages/S/sysdig-cloud/0/config.json @@ -28,9 +28,9 @@ "type": "string" }, "cpus": { - "default": 0.05, + "default": 1, "description": "CPU (shares) to allocate to each Sysdig Cloud agent task", - "minimum": 0.05, + "minimum": 1, "type": "number" }, "instances": { diff --git a/repo/packages/S/sysdig-cloud/1/config.json b/repo/packages/S/sysdig-cloud/1/config.json index 63042708b..cdd6f2dd5 100644 --- a/repo/packages/S/sysdig-cloud/1/config.json +++ b/repo/packages/S/sysdig-cloud/1/config.json @@ -44,9 +44,9 @@ "type": "boolean" }, "cpus": { - "default": 0.05, + "default": 1, "description": "CPU (shares) to allocate to each Sysdig Cloud agent task", - "minimum": 0.05, + "minimum": 1, "type": "number" }, "instances": {