Have shmmax set when enabling hugepages
This commit is contained in:
parent
737301fd41
commit
50886fc17c
@ -819,6 +819,7 @@ def install_hugepages():
|
|||||||
group='root',
|
group='root',
|
||||||
nr_hugepages=hugepages,
|
nr_hugepages=hugepages,
|
||||||
mount=False,
|
mount=False,
|
||||||
|
set_shmmax=True,
|
||||||
)
|
)
|
||||||
if subprocess.call(['mountpoint', mnt_point]):
|
if subprocess.call(['mountpoint', mnt_point]):
|
||||||
fstab_mount(mnt_point)
|
fstab_mount(mnt_point)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user