From 2f4b14bc83437afcc242190a121ba47a6d10bd09 Mon Sep 17 00:00:00 2001 From: pmikus Date: Mon, 11 Jan 2021 08:33:05 +0000 Subject: [PATCH] Infra: Increase shm-size Signed-off-by: pmikus Change-Id: Ib9dfb8623757fd23fd8b49b5e04ed86e202ada66 --- resources/libraries/bash/function/device.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/libraries/bash/function/device.sh b/resources/libraries/bash/function/device.sh index 729a837b33..cd987cafd2 100644 --- a/resources/libraries/bash/function/device.sh +++ b/resources/libraries/bash/function/device.sh @@ -1,4 +1,4 @@ -# Copyright (c) 2020 Cisco and/or its affiliates. +# Copyright (c) 2021 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: @@ -594,7 +594,7 @@ function start_topology_containers () { # Automatically remove the container when it exits. dcr_stc_params+="--rm " # Size of /dev/shm. - dcr_stc_params+="--shm-size 512M " + dcr_stc_params+="--shm-size 2G " # Override access to PCI bus by attaching a filesystem mount to the # container. dcr_stc_params+="--mount type=tmpfs,destination=/sys/bus/pci/devices " -- 2.16.6