You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2019/01/07 23:57:16 UTC

[pulsar] branch master updated: s/paralellism/parallelism (#3323)

This is an automated email from the ASF dual-hosted git repository.

mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 14cd667  s/paralellism/parallelism (#3323)
14cd667 is described below

commit 14cd667cdf0c57924264e2ba59f595ed28ba9195
Author: Grant Wu <gr...@gmail.com>
AuthorDate: Mon Jan 7 18:57:11 2019 -0500

    s/paralellism/parallelism (#3323)
---
 site2/docs/functions-deploying.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site2/docs/functions-deploying.md b/site2/docs/functions-deploying.md
index 2fa51ba..598f347 100644
--- a/site2/docs/functions-deploying.md
+++ b/site2/docs/functions-deploying.md
@@ -170,7 +170,7 @@ $ bin/pulsar-admin functions create \
 ```
 
 > #### Resources are *per instance*
-> The resources that you apply to a given Pulsar Function are applied to each [instance](#parallelism) of the function. If you apply 8 GB of RAM to a function with a paralellism of 5, for example, then you are applying 40 GB of RAM total for the function. You should always make sure to factor paralellism---i.e. the number of instances---into your resource calculations
+> The resources that you apply to a given Pulsar Function are applied to each [instance](#parallelism) of the function. If you apply 8 GB of RAM to a function with a parallelism of 5, for example, then you are applying 40 GB of RAM total for the function. You should always make sure to factor parallelism---i.e. the number of instances---into your resource calculations
 
 ## Triggering Pulsar Functions