Linux default settings are enough, and modifying them can break other
applications.
Type: improvement
Change-Id: I773b730802bae78b0f33ca3ff31d9ee2ffa82f89
Signed-off-by: Benoît Ganne <[email protected]>
# If the existing kernel.shmmax setting (cat /proc/sys/kernel/shmmax)
# is greater than the calculated TotalHugepageSize then set this parameter
# to current shmmax value.
-kernel.shmmax=2147483648
+# Linux default is 4278190079, you don't need to change it unless you
+# configure more than 2039 2MB hugepages
+# kernel.shmmax=2147483648