aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorYalei Wang <william.wangyalei@huawei.com>2018-07-26 19:04:54 +0800
committerYalei Wang <william.wangyalei@huawei.com>2018-07-31 16:57:37 +0800
commited9cc5579ac9b017bd03472effe12a5625e03918 (patch)
treef8171be484af3b788c29aabaf7488cdd5b1e00e1 /scripts
parent51884d17a7e9a5a6f15ac95707303a8479c1013f (diff)
Fix: change the log dir and update the log flush time
Change-Id: I385e02553a9a662fc51777fbac9ea12773526762 Signed-off-by: Yalei Wang <william.wangyalei@huawei.com>
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