Skip to content

Commit f139555

Browse files
Consequently
1 parent e56c373 commit f139555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/worker_granularity.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ understanding the flexibility VMs provide is essential for effectively utilizing
9090
Unlike FaaS and CaaS platforms, when deploying Lithops on Virtual Machine backends, such as EC2, a master-worker architecture
9191
is adopted. In this paradigm, the master node holds a work queue containing tasks for a specific job, and workers pick up and
9292
process tasks one by one. In this sense, the chunksize parameter, which determines the number of functions allocated
93-
to each worker for parallel processing, is not applicable in this context.Consequently, the worker granularity is inherently
93+
to each worker for parallel processing, is not applicable in this context. Consequently, the worker granularity is inherently
9494
determined by the number of worker processess in the VM setup. Adjusting the number of VM instances or the configuration of
9595
each VM, such as the CPU core count, becomes crucial for optimizing performance and resource utilization in this master-worker
9696
approach.

0 commit comments

Comments
 (0)