From fbeaa80e3058ef66960509862befd58fedf583e1 Mon Sep 17 00:00:00 2001 From: Pierre Jacquot <pierre.jacquot@inria.fr> Date: Fri, 7 Jun 2024 13:54:54 +0200 Subject: [PATCH] [lyon][hydra] put ram_size to 0 --- data/grid5000/sites/lyon/clusters/hydra/nodes/hydra-1.json | 4 ++-- input/grid5000/sites/lyon/clusters/hydra/nodes/hydra-1.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/grid5000/sites/lyon/clusters/hydra/nodes/hydra-1.json b/data/grid5000/sites/lyon/clusters/hydra/nodes/hydra-1.json index 40f0f03dcf2..b82d737530b 100644 --- a/data/grid5000/sites/lyon/clusters/hydra/nodes/hydra-1.json +++ b/data/grid5000/sites/lyon/clusters/hydra/nodes/hydra-1.json @@ -21,7 +21,7 @@ }, "exotic": true, "main_memory": { - "ram_size": 8 + "ram_size": 0 }, "management_tools": { "bmc_vendor_tool": "ipmitool", @@ -32,7 +32,7 @@ "memory_devices": [ { "device": "dimm", - "size": 8, + "size": 0, "technology": "dram" } ], diff --git a/input/grid5000/sites/lyon/clusters/hydra/nodes/hydra-1.yaml b/input/grid5000/sites/lyon/clusters/hydra/nodes/hydra-1.yaml index ba9adda7d12..eaa04b61677 100644 --- a/input/grid5000/sites/lyon/clusters/hydra/nodes/hydra-1.yaml +++ b/input/grid5000/sites/lyon/clusters/hydra/nodes/hydra-1.yaml @@ -80,8 +80,8 @@ hydra-1: size: 1920383410176 storage: SSD main_memory: - ram_size: 8 # Fake size, will be replaced by g5k-checks + ram_size: 0 # Fake size, will be replaced by g5k-checks memory_devices: dimm: - size: 8 + size: 0 technology: dram -- GitLab