Commit e78df3d9 authored by Karol Latecki's avatar Karol Latecki Committed by Tomasz Zawadzki
Browse files

test/blobfs: increase HUGEMEM for rocksdb test



We run out of memory due to binaries initializing
additional subystems when SPDK is built with all
"--with" options. Increase it a bit to mitigate
the issue.

Fixes #3034

Change-Id: If04e1960fc571580932fd195803c0d21d9fbe93e
Signed-off-by: default avatarKarol Latecki <karol.latecki@intel.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/18364


Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarMichal Berger <michal.berger@intel.com>
Reviewed-by: default avatarKonrad Sztyber <konrad.sztyber@intel.com>
parent 28b3b659
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -107,7 +107,7 @@ fi
# with the right amount not allowing setup.sh to split it by using the global
# nr_hugepages setting. Instead of bypassing it completely, we use it to also
# get the right size of hugepages.
HUGEMEM=$((CACHE_SIZE + 1024)) HUGENODE=0 \
HUGEMEM=$((CACHE_SIZE + 2048)) HUGENODE=0 \
	"$rootdir/scripts/setup.sh"

cd $RESULTS_DIR