From 86b4f6a67ce8c167ae960978fdb0e43e4a870c2d Mon Sep 17 00:00:00 2001 From: Matias Elo Date: Thu, 18 Apr 2019 11:05:09 +0300 Subject: linux-gen: shm: increase amount of pre-reserved single va memory Due to changes in pool implementation (linux-gen: pool: use pointer ring to store buffer headers) additional single va memory is required for process mode operation. Signed-off-by: Matias Elo Reviewed-by: Carl Wallen Reported-by: Carl Wallen --- scripts/ci/check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/ci') diff --git a/scripts/ci/check.sh b/scripts/ci/check.sh index 85cee498c..948149300 100755 --- a/scripts/ci/check.sh +++ b/scripts/ci/check.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -echo 1000 | tee /proc/sys/vm/nr_hugepages +echo 1500 | tee /proc/sys/vm/nr_hugepages mkdir -p /mnt/huge mount -t hugetlbfs nodev /mnt/huge -- cgit v1.2.3