X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fbash%2Ffunction%2Fdevice.sh;h=cd987cafd23534886db8bfff5567d3e5ff0383b4;hp=729a837b33d1cbd495614fc5aeac0d70cb0ff692;hb=2f4b14bc83437afcc242190a121ba47a6d10bd09;hpb=fa0e6315e4db3d96b281fb7467a9416150c0bc9f 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 "