aboutsummaryrefslogtreecommitdiff
path: root/scripts/ci
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2019-04-18 11:05:09 +0300
committerMatias Elo <matias.elo@nokia.com>2019-04-18 16:46:58 +0300
commit86b4f6a67ce8c167ae960978fdb0e43e4a870c2d (patch)
treecb39e113330de3163df49a0c42dc0887978b5728 /scripts/ci
parent5cab9bd4190cec9535f4784c57c9ea9001543516 (diff)
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 <matias.elo@nokia.com> Reviewed-by: Carl Wallen <carl.wallen@nokia.com> Reported-by: Carl Wallen <carl.wallen@nokia.com>
Diffstat (limited to 'scripts/ci')
-rwxr-xr-xscripts/ci/check.sh2
1 files changed, 1 insertions, 1 deletions
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