From 0301fd6256cbb9e94af0d65cc2668db680c26000 Mon Sep 17 00:00:00 2001 From: Ben Martin Date: Sat, 27 Jul 2024 12:26:55 +0000 Subject: [PATCH] feat: update CPU and MemoryMB values for uptime module --- modules/uptime/jobspec.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/uptime/jobspec.json b/modules/uptime/jobspec.json index f033663..866dff3 100644 --- a/modules/uptime/jobspec.json +++ b/modules/uptime/jobspec.json @@ -22,8 +22,8 @@ ] }, "Resources": { - "CPU": 1200, - "MemoryMB": 4096 + "CPU": 500, + "MemoryMB": 512 } } ],