From c84af105ec108a3f7104f189319f51fd07050268 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Thu, 26 Jan 2023 17:59:59 +0100 Subject: [PATCH] board/common: 192 MiB RAM is not longer enough, increase to 256 MiB Regrettably, the latest additions of functionality to Infix have also incresed the size of the ramdisk. We expect it to go down slightly before v1.0, but considering we'll add Frr before then it's better to be realistic of our needs when run in GNS3. Signed-off-by: Joachim Wiberg --- board/common/mkgns3a.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/common/mkgns3a.sh b/board/common/mkgns3a.sh index 946fbc9a..5cdf230b 100755 --- a/board/common/mkgns3a.sh +++ b/board/common/mkgns3a.sh @@ -18,7 +18,7 @@ cat <"$BINARIES_DIR/infix.gns3a" "qemu": { "adapter_type": "virtio-net-pci", "adapters": 10, - "ram": 192, + "ram": 256, "cpus": 1, "hda_disk_interface": "virtio", "arch": "x86_64",