From ae213363f2fc6b0d182fdcf2561de21c86cecd17 Mon Sep 17 00:00:00 2001 From: Prisacari Dmitrii Date: Thu, 18 Apr 2019 00:03:17 +0300 Subject: [PATCH] fixed some typos --- docs/Deployment-demo.pyspider.org.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/Deployment-demo.pyspider.org.md b/docs/Deployment-demo.pyspider.org.md index 325e6d801..982650489 100644 --- a/docs/Deployment-demo.pyspider.org.md +++ b/docs/Deployment-demo.pyspider.org.md @@ -112,7 +112,7 @@ With the config, you can change the scale by `docker-compose scale phantomjs=2 p #### load balance -phantomjs-lb, fetcher-lb, webui-lb are automaticlly configed haproxy, allow any number of upstreams. +phantomjs-lb, fetcher-lb, webui-lb are automaticlly configed haproxy, allowing any number of upstreams. #### phantomjs @@ -120,12 +120,12 @@ phantomjs have memory leak issue, memory limit applied, and it's recommended to #### fetcher -fetcher is implemented with aync IO, it supportes 100 concurrent connections. If the upstream queue are not choked, one fetcher should be enough. +fetcher is implemented with async IO, it supportes 100 concurrent connections. If the upstream queue is not choked, one fetcher should be enough. #### processor -processor is CPU bound component, recommended number of instance is number of CPU cores + 1~2 or CPU cores * 10%~15% when you have more then 20 cores. +processor is a CPU bound component, recommended number of instances is number of CPU cores + 1~2 or CPU cores * 10%~15% when you have more then 20 cores. #### result-worker -If you didn't override result-worker, it only write results into database, and should be very fast. +If you didn't override result-worker, it only writes results into database, and should be very fast.