This commit is contained in:
Feng 2016-02-28 23:53:35 +08:00
parent d1bb0e04fd
commit 633237eae5
2 changed files with 2 additions and 2 deletions

View File

@ -247,6 +247,6 @@ The emqttd cluster does not support deployment across IDC, and the cluster will
Consistent Hash and DHT
-----------------------
Consistent Hash and DHT are popular in the design of NoSQL databases. Cluster of emqttd broker could support 10 millions size of global routing table now. We could use the Consistent Hash or DHT to partition the routing table, and evolve the cluster to larger size.
Consistent Hash and DHT are popular in the design of NoSQL databases. Cluster of emqttd broker could support 10 million size of global routing table now. We could use the Consistent Hash or DHT to partition the routing table, and evolve the cluster to larger size.

View File

@ -13,7 +13,7 @@ Linux Kernel Tuning
The system-wide limit on max opened file handles::
# 2 millions system-wide
# 2 million system-wide
sysctl -w fs.file-max=2097152
sysctl -w fs.nr_open=2097152
echo 2097152 > /proc/sys/fs/nr_open