diff options
author | psychocrypt <psychocrypt@users.noreply.github.com> | 2017-08-20 21:12:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-20 21:12:47 +0200 |
commit | 3c4b00fa63b0652000d01856fb38dd8af6eac3ce (patch) | |
tree | 0b02d00c4bda17927e68ce5e4b7c9c8ce76dd4e6 | |
parent | 02e5d706656d758c8f4d84f7b4d25fd437bdde64 (diff) | |
parent | 90faab28f92992b94d62e23b96265967e6e51855 (diff) | |
download | xmr-stak-3c4b00fa63b0652000d01856fb38dd8af6eac3ce.zip xmr-stak-3c4b00fa63b0652000d01856fb38dd8af6eac3ce.tar.gz |
Merge pull request #282 from raxbits/patch-2
Fixes README.md typo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -111,7 +111,7 @@ Download and install this [runtime package](https://go.microsoft.com/fwlink/?Lin From [config.txt](config.txt): On Linux you will need to configure large page support `sudo sysctl -w vm.nr_hugepages=128` and increase your -ulimit -l. To do do this you need to add following lines to /etc/security/limits.conf: +ulimit -l. To do this you need to add following lines to /etc/security/limits.conf: * soft memlock 262144 * hard memlock 262144 |