From e96de135c99eae8b8ac1e889a1265943e73d2f63 Mon Sep 17 00:00:00 2001 From: ScriptSmith Date: Mon, 5 Aug 2024 14:47:40 +1000 Subject: [PATCH] Update existing RAM ratios --- .../tool/guide/EresearchJob/EresearchJob.stories.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/tool/guide/EresearchJob/EresearchJob.stories.js b/src/components/tool/guide/EresearchJob/EresearchJob.stories.js index 4a490093..7ee1665f 100644 --- a/src/components/tool/guide/EresearchJob/EresearchJob.stories.js +++ b/src/components/tool/guide/EresearchJob/EresearchJob.stories.js @@ -25,7 +25,7 @@ export const LyraBatch = { hardware: "CPU", cpuVendor: "Any", cpuCores: 4, - ram: 16, + ram: 32, }, }, }; @@ -39,7 +39,7 @@ export const LyraInteractive = { hardware: "CPU", cpuVendor: "Any", cpuCores: 4, - ram: 16, + ram: 32, }, }, }; @@ -71,7 +71,7 @@ export const LyraMultiNode = { hardware: "CPU", cpuVendor: "Any", cpuCores: 4, - ram: 16, + ram: 32, nodes: 2, }, }, @@ -88,7 +88,7 @@ export const LyraArray = { hardware: "CPU", cpuVendor: "Any", cpuCores: 4, - ram: 16, + ram: 32, }, }, };