Skip to content

Commit 76dcaf2

Browse files
committed
Merge pull request #521 from maxlevesque/patch-1
Correct typo /proc/ instead of /pros/
2 parents e95d643 + 770fac9 commit 76dcaf2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

GotoBLAS_05LargePage.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99

1010
If you want to allocate 64 large pages,
1111

12-
$shell> echo 0 > /pros/sys/vm/nr_hugepages # need to be reset
13-
$shell> echo 65 > /pros/sys/vm/nr_hugepages # add 1 extra page
14-
$shell> echo 3355443200 > /pros/sys/kernel/shmmax # just large number
15-
$shell> echo 3355443200 > /pros/sys/kernel/shmall
12+
$shell> echo 0 > /proc/sys/vm/nr_hugepages # need to be reset
13+
$shell> echo 65 > /proc/sys/vm/nr_hugepages # add 1 extra page
14+
$shell> echo 3355443200 > /proc/sys/kernel/shmmax # just large number
15+
$shell> echo 3355443200 > /proc/sys/kernel/shmall
1616

1717
Also may add a few lines into /etc/security/limits.conf file.
1818

0 commit comments

Comments
 (0)