From 770fac92eb5abb50659056116337d0ab25f492b4 Mon Sep 17 00:00:00 2001 From: Maximilien Levesque Date: Fri, 20 Mar 2015 23:25:11 +0100 Subject: [PATCH] Correct typo /proc/ instead of /pros/ --- GotoBLAS_05LargePage.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/GotoBLAS_05LargePage.txt b/GotoBLAS_05LargePage.txt index ec5106f..c3e171a 100644 --- a/GotoBLAS_05LargePage.txt +++ b/GotoBLAS_05LargePage.txt @@ -9,10 +9,10 @@ If you want to allocate 64 large pages, - $shell> echo 0 > /pros/sys/vm/nr_hugepages # need to be reset - $shell> echo 65 > /pros/sys/vm/nr_hugepages # add 1 extra page - $shell> echo 3355443200 > /pros/sys/kernel/shmmax # just large number - $shell> echo 3355443200 > /pros/sys/kernel/shmall + $shell> echo 0 > /proc/sys/vm/nr_hugepages # need to be reset + $shell> echo 65 > /proc/sys/vm/nr_hugepages # add 1 extra page + $shell> echo 3355443200 > /proc/sys/kernel/shmmax # just large number + $shell> echo 3355443200 > /proc/sys/kernel/shmall Also may add a few lines into /etc/security/limits.conf file. -- 2.7.4