From afbb91657c9594fa20f7d00b8a06aea7cd694690 Mon Sep 17 00:00:00 2001 From: lguohan Date: Wed, 9 Oct 2019 07:40:01 -0700 Subject: [PATCH] [baseimage]: incrase docker ramfs from 800MB to 900MB (#3582) --- onie-image.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onie-image.conf b/onie-image.conf index eb5868047089..38016877ed86 100644 --- a/onie-image.conf +++ b/onie-image.conf @@ -25,7 +25,7 @@ FILESYSTEM_DOCKERFS=dockerfs.tar.gz DOCKERFS_DIR=docker ## docker ramfs disk space -DOCKER_RAMFS_SIZE=800M +DOCKER_RAMFS_SIZE=900M ## Output file name for onie installer OUTPUT_ONIE_IMAGE=target/sonic-$TARGET_MACHINE.bin