Feng 10 лет назад
Родитель
Сommit
633237eae5
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      docs/source/cluster.rst
  2. 1 1
      docs/source/tune.rst

+ 1 - 1
docs/source/cluster.rst

@@ -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.
 
 

+ 1 - 1
docs/source/tune.rst

@@ -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