summaryrefslogtreecommitdiffstats
path: root/doc/FAQ.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/FAQ.md')
-rw-r--r--doc/FAQ.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/FAQ.md b/doc/FAQ.md
index 0661073..aa6fb89 100644
--- a/doc/FAQ.md
+++ b/doc/FAQ.md
@@ -44,10 +44,10 @@ Download and install this [runtime package](https://go.microsoft.com/fwlink/?Lin
## Error: MEMORY ALLOC FAILED: mmap failed
-On Linux you will need to configure large page support and increase your ulimit -l.
+On Linux you will need to configure large page support and increase your ulimit -l.
To set large page support, add the following lines to /etc/sysctl.conf:
-
+
vm.nr_hugepages=128
To increase the ulimit, add following lines to /etc/security/limits.conf:
@@ -55,7 +55,7 @@ To increase the ulimit, add following lines to /etc/security/limits.conf:
* soft memlock 262144
* hard memlock 262144
-You WILL need to log out and log back in for these settings to take affect on your user (no need to reboot, just relogin in your session).
+You WILL need to log out and log back in for these settings to take effect on your user (no need to reboot, just relogin in your session).
You can also do it Windows-style and simply run-as-root, but this is NOT recommended for security reasons.
OpenPOWER on IntegriCloud