Skip to content

Commit 4d4ecce

Browse files
authored
Update README.md
1 parent e6c5422 commit 4d4ecce

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ If not running on an Ubuntu 16.04 system, please make sure your kernel is at lea
5757

5858
Many smaller VM's come with Ulimits set very low, we suggest looking into how to tweak the ulimits for your systems higher. In particular nofile (Number of files open) needs to be raised for high-usage instances.
5959

60+
If your system doesn't have AES-NI, then it will throw an error during the node-multi-hashing install, as this is AES-NI required. If this is the case, go ahead and change the following line:
61+
"multi-hashing": "git+https://github.com/Snipa22/node-multi-hashing-aesni.git",
62+
to:
63+
"multi-hashing": "git://github.com/clintar/node-multi-hashing.git#Nan-2.0",
64+
In your packages.json, then do a npm install, and it should pass.
65+
6066

6167
Performance
6268
===========

0 commit comments

Comments
 (0)