Add fstab entries

Adding the fstab entries necessary to allocate HugePages automatically.
This commit is contained in:
Stefsinn 2018-07-14 20:48:53 +02:00 committed by GitHub
parent a431046500
commit 569620f735

7
fstab.txt Normal file
View File

@ -0,0 +1,7 @@
#
# /etc/fstab: static file system information
#
# HugePages
hugetlbfs /dev/hugepages/2M hugetlbfs mode=1770,gid=994,pagesize=2M 0 0
hugetlbfs /dev/hugepages/1G hugetlbfs mode=1770,gid=994,pagesize=1G 0 0