aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authoryalei wang <wylandrea@gmail.com>2018-08-01 08:49:26 +0000
committerGerrit Code Review <gerrit@fd.io>2018-08-01 08:49:26 +0000
commitf168f527bb9587ec398a2fd3d98615188b0dfab1 (patch)
treea81954bf95ed2dfa8c112bfd66b2cfed975169b4 /scripts
parent0460a273eadbe35144c71ca131de32307a4dbb82 (diff)
parented9cc5579ac9b017bd03472effe12a5625e03918 (diff)
Merge "Fix: change the log dir and update the log flush time"
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build.sh b/scripts/build.sh
index d412956..7726f94 100755
--- a/scripts/build.sh
+++ b/scripts/build.sh
@@ -191,7 +191,7 @@ if [ "$hugepagesize" == "2048" ]; then
elif [ "$hugepagesize" == "1048576" ]; then
sudo mount -t hugetlbfs -o pagesize=1G none /mnt/nstackhuge/
fi
-sudo mkdir -p /var/run/ip_module/
+#sudo mkdir -p /var/run/ip_module/
#disable ASLR, othewise it may have some problems when mapping memory for secondary process
echo 0 > /proc/sys/kernel/randomize_va_space